Color Hex Logo

#02dcef Color Hex

#02DCEF
(2,220,239)
0 Favorites   0 Comments

Color spaces of #02dcef

RGB 2220239
HSL0.510.980.47
HSV185°99°94°
CMYK 0.990.080.00   0.06
XYZ41.198257.431390.5753
Yxy57.43130.21770.3035
Hunter Lab75.7834-35.5830-17.8142
CIE-Lab80.4216-37.2113-21.8521

#02dcef color RGB value is (2,220,239).

#02dcef hex color red value is 2, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #02dcef hue: 0.51 , saturation: 0.98 and the lightness value of 02dcef is 0.47.

The process color (four color CMYK) of #02dcef color hex is 0.99, 0.08, 0.00, 0.06. Web safe color of #02dcef is #00ccff. Color #02dcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 11011100 11101111
Octal 2 334 357
Decimal 2 220 239
Hex 2 DC EF

RGB Percentages of Color #02dcef

%0.43
%47.72
%51.84

CMYK Percentages of Color #02dcef

%99
%8
%0
%6

Triadic Colors of #02dcef

#02dcef #ef02dc #dcef02

Analogous Colors of #02dcef

#02dcef #0266ef #02ef8c

Monochromatic Colors of #02dcef

#02dcef

Complementary Color

#02dcef #ef1502

#02dcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02dcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#02dcef Color CSS Codes

.mybgcolor {background-color:#02dcef; } 
.myforecolor {color:#02dcef; }
.mybordercolor {border:3px solid #02dcef; }

#02dcef Text Font Color

<p style="color:#02dcef">Text here</p>

This sample text font color is #02dcef
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#02dcef Background Color

<div style="background-color:#02dcef">
Div content here</div>

This div background color is #02dcef


#02dcef Border Color

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

This div border color is #02dcef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,220,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02dcef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02dcef;
  -webkit-box-shadow: 1px 1px 3px 2px #02dcef;
  box-shadow:         1px 1px 3px 2px #02dcef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,220,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #02dcef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #02dcef;
  -webkit-box-shadow: 1px 1px 3px 2px #02dcef;
  box-shadow:         1px 1px 3px 2px #02dcef;">
Div content here</div>

This div box has shadow with color #02dcef


Comments

No comments written yet.

Please login to write comment.