Color Hex Logo

#02feef Color Hex

#02FEEF
(2,254,239)
0 Favorites   0 Comments

Color spaces of #02feef

RGB 2254239
HSL0.490.990.50
HSV176°99°100°
CMYK 0.990.000.06   0.00
XYZ51.046877.128593.8582
Yxy77.12850.22990.3474
Hunter Lab87.8228-49.9373-1.8885
CIE-Lab90.3807-52.1130-6.9267

#02feef color RGB value is (2,254,239).

#02feef hex color red value is 2, green value is 254 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #02feef hue: 0.49 , saturation: 0.99 and the lightness value of 02feef is 0.50.

The process color (four color CMYK) of #02feef color hex is 0.99, 0.00, 0.06, 0.00. Web safe color of #02feef is #00ffff. Color #02feef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 11111110 11101111
Octal 2 376 357
Decimal 2 254 239
Hex 2 FE EF

RGB Percentages of Color #02feef

%0.40
%51.31
%48.28

CMYK Percentages of Color #02feef

%99
%0
%6
%0

Triadic Colors of #02feef

#02feef #ef02fe #feef02

Analogous Colors of #02feef

#02feef #028ffe #02fe71

Monochromatic Colors of #02feef

#02feef

Complementary Color

#02feef #fe0211

#02feef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02feef Color Preview on White Background

Lorem ipsum dolor sit amet.

#02feef Color CSS Codes

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

#02feef Text Font Color

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

This sample text font color is #02feef
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.


#02feef Background Color

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

This div background color is #02feef


#02feef Border Color

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

This div border color is #02feef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,254,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 #02feef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02feef


Comments

No comments written yet.

Please login to write comment.