Color Hex Logo

#00feef Color Hex

#00FEEF
(0,254,239)
0 Favorites   0 Comments

Color spaces of #00feef

RGB 0254239
HSL0.491.000.50
HSV176°100°100°
CMYK 1.000.000.06   0.00
XYZ51.021877.115693.8570
Yxy77.11560.22980.3474
Hunter Lab87.8155-49.9666-1.8982
CIE-Lab90.3748-52.1538-6.9361

#00feef color RGB value is (0,254,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11111110 11101111
Octal 0 376 357
Decimal 0 254 239
Hex 0 FE EF

RGB Percentages of Color #00feef

%0.00
%51.52
%48.48

CMYK Percentages of Color #00feef

%100
%0
%6
%0

Triadic Colors of #00feef

#00feef #ef00fe #feef00

Analogous Colors of #00feef

#00feef #008efe #00fe70

Monochromatic Colors of #00feef

#00feef

Complementary Color

#00feef #fe000f

#00feef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00feef Color Preview on White Background

Lorem ipsum dolor sit amet.

#00feef Color CSS Codes

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

#00feef Text Font Color

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

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


#00feef Background Color

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

This div background color is #00feef


#00feef Border Color

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

This div border color is #00feef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00feef

Related Colors

#00feef Color Palettes


Comments

No comments written yet.

Please login to write comment.