COLOR #07E5FA

HEX: #07E5FA
RGB: (7,229,250)

Color info

#07E5FA contains mainly green and blue colors. Web safe color of #07E5FA is #00CCFF (or #0CF).

RGB color model

#07E5FA color RGB value is (7,229,250).

  • red value is 7;
  • green value is 229;
  • blue value is 250.
RGB:
(7,229,250)
(3%,90%,98%)

RGB channels and saturation

R 7 of 255 = 3%
G 229 of 255 = 90%
B 250 of 255 = 98%

7
229
250

R + G + B ~ 64%. #07E5FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
7 + 229 + 250 = 486 (100%)
R 7 of 486 ~ 1.44%
G 229 of 486 ~ 47.12%
B 250 of 486 ~ 51.44%

%47.12
%51.44

CMYK color model

#07E5FA color CMYK value is (97,8,0,2).

  • cyan value is 97.20%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(97,8,0,2)
C97M8Y0K2 
(97%,8%,0%,2%)
(0.97/0.08/0.00/0.02)	

CMYK percentages

%97.2
%8.4
%0
%1.96

Codes

Color #07E5FA in popluar color models

07E5FA
RGB7229250
HSL185°96.05%50.39%
HSB/HSV185°97.20%98.04%
CMYK97.20%8.40%0.00%
1.96%

Color #07E5FA in popluar number systems.

HEX07E5FA
Decimal7229250
Binary1111110010111111010
Octal7345372

Shades and tints

Shades of #07E5FA

#07E5FA
(7,229,250)
#07D1E4
(7,209,228)
#07BDCE
(7,189,206)
#07A9B8
(7,169,184)
#0795A2
(7,149,162)
#07818C
(7,129,140)
#076D76
(7,109,118)
#075960
(7,89,96)
#07454A
(7,69,74)
#073134
(7,49,52)
#071D1E
(7,29,30)
#000000
(0,0,0)

Tints of #07E5FA

#07E5FA
(7,229,250)
#1DE7FA
(29,231,250)
#33E9FA
(51,233,250)
#49EBFA
(73,235,250)
#5FEDFA
(95,237,250)
#75EFFA
(117,239,250)
#8BF1FA
(139,241,250)
#A1F3FA
(161,243,250)
#B7F5FA
(183,245,250)
#CDF7FA
(205,247,250)
#E3F9FA
(227,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07E5FA color. Also use rgb(7,229,250) instead hex code.

Text Font Color

.myTextColor { color: #07E5FA; }

<p style="color:#07E5FA">This sample text font color is #07E5FA.</p>

This text font color is #07E5FA.


Background Color

.myBgColor { background-color: #07E5FA; }

<div style="background-color:#07E5FA">Inner text</div>

This div background color is #07E5FA.


Border color

.myBorderColor { border: 1px solid #07E5FA; }

<div style="border:3px solid #07E5FA">Div</div>

This div border color is #07E5FA.


Opacity

.myOpacity80 { color: #07E5FA; opacity: 0.8; }

<p style="color:#07E5FA;opacity:0.8;">80%</p>

Text with #07E5FA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #07E5FA;}

<p style="text-shadow: 3px 3px 1px #07E5FA">Text here.</p>

This text has shadow with #07E5FA color.

.textShadow {text-shadow: 3px 3px 1px #07E5FA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #07E5FA, 5px 5px 20px red">Text here.</p>

This text has shadow with #07E5FA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#07E5FA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#07E5FA, Direction=45, Strength=4)">Text</p>

This text has shadow with #07E5FA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #07E5FA;
  -webkit-box-shadow:	1px 1px 3px 2px #07E5FA;
  box-shadow:		1px 1px 3px 2px #07E5FA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #07E5FA;
-webkit-box-shadow: 1px 1px 3px 2px #07E5FA;
box-shadow:1px 1px 3px 2px #07E5FA;">
Div content here</div>
This div box has shadow with color #07E5FA.

Preview

Color preview on black background

This text has color #07E5FA on black background.


Color preview on white background

This text has color #07E5FA on white background.



Black color preview on #07E5FA background

This text has black color on #07E5FA background.


White color preview on #07E5FA background

This text has white color on #07E5FA background.