COLOR #02E3EB

HEX: #02E3EB
RGB: (2,227,235)

Color info

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

RGB color model

#02E3EB color RGB value is (2,227,235).

  • red value is 2;
  • green value is 227;
  • blue value is 235.
RGB:
(2,227,235)
(1%,89%,92%)

RGB channels and saturation

R 2 of 255 = 1%
G 227 of 255 = 89%
B 235 of 255 = 92%

2
227
235

R + G + B ~ 61%. #02E3EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
2 + 227 + 235 = 464 (100%)
R 2 of 464 ~ 0.43%
G 227 of 464 ~ 48.92%
B 235 of 464 ~ 50.65%

%48.92
%50.65

CMYK color model

#02E3EB color CMYK value is (99,3,0,8).

  • cyan value is 99.15%
  • magenta value is 3.40%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(99,3,0,8)
C99M3Y0K8 
(99%,3%,0%,8%)
(0.99/0.03/0.00/0.08)	

CMYK percentages

%99.15
%3.4
%0
%7.84

Codes

Color #02E3EB in popluar color models

02E3EB
RGB2227235
HSL182°98.31%46.47%
HSB/HSV182°99.15%92.16%
CMYK99.15%3.40%0.00%
7.84%

Color #02E3EB in popluar number systems.

HEX02E3EB
Decimal2227235
Binary101110001111101011
Octal2343353

Shades and tints

Shades of #02E3EB

#02E3EB
(2,227,235)
#02CFD6
(2,207,214)
#02BBC1
(2,187,193)
#02A7AC
(2,167,172)
#029397
(2,147,151)
#027F82
(2,127,130)
#026B6D
(2,107,109)
#025758
(2,87,88)
#024343
(2,67,67)
#022F2E
(2,47,46)
#021B19
(2,27,25)
#000000
(0,0,0)

Tints of #02E3EB

#02E3EB
(2,227,235)
#19E5EC
(25,229,236)
#30E7ED
(48,231,237)
#47E9EE
(71,233,238)
#5EEBEF
(94,235,239)
#75EDF0
(117,237,240)
#8CEFF1
(140,239,241)
#A3F1F2
(163,241,242)
#BAF3F3
(186,243,243)
#D1F5F4
(209,245,244)
#E8F7F5
(232,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02E3EB color. Also use rgb(2,227,235) instead hex code.

Text Font Color

.myTextColor { color: #02E3EB; }

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

This text font color is #02E3EB.


Background Color

.myBgColor { background-color: #02E3EB; }

<div style="background-color:#02E3EB">Inner text</div>

This div background color is #02E3EB.


Border color

.myBorderColor { border: 1px solid #02E3EB; }

<div style="border:3px solid #02E3EB">Div</div>

This div border color is #02E3EB.


Opacity

.myOpacity80 { color: #02E3EB; opacity: 0.8; }

<p style="color:#02E3EB;opacity:0.8;">80%</p>

Text with #02E3EB 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 #02E3EB;}

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

This text has shadow with #02E3EB color.

.textShadow {text-shadow: 3px 3px 1px #02E3EB, 3px 3px 1px red;}

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

This text has shadow with #02E3EB primary color and red secondary color.


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

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

This text has shadow with #02E3EB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02E3EB on black background.


Color preview on white background

This text has color #02E3EB on white background.



Black color preview on #02E3EB background

This text has black color on #02E3EB background.


White color preview on #02E3EB background

This text has white color on #02E3EB background.