Color Hex Logo

#00eeec Color Hex

#00EEEC
(0,238,236)
0 Favorites   0 Comments

Color spaces of #00eeec

RGB 0238236
HSL0.501.000.47
HSV179°100°93°
CMYK 1.000.000.01   0.07
XYZ45.714967.205289.9194
Yxy67.20520.22540.3313
Hunter Lab81.9788-43.9236-7.6478
CIE-Lab85.6075-46.2125-12.4557

#00eeec color RGB value is (0,238,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11101110 11101100
Octal 0 356 354
Decimal 0 238 236
Hex 0 EE EC

RGB Percentages of Color #00eeec

%0.00
%50.21
%49.79

CMYK Percentages of Color #00eeec

%100
%0
%1
%7

Triadic Colors of #00eeec

#00eeec #ec00ee #eeec00

Analogous Colors of #00eeec

#00eeec #0079ee #00ee75

Monochromatic Colors of #00eeec

#00eeec

Complementary Color

#00eeec #ee0002

#00eeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00eeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#00eeec Color CSS Codes

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

#00eeec Text Font Color

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

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


#00eeec Background Color

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

This div background color is #00eeec


#00eeec Border Color

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

This div border color is #00eeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00eeec


Comments

No comments written yet.

Please login to write comment.