Color Hex Logo

#00eecd Color Hex

#00EECD
(0,238,205)
0 Favorites   0 Comments

Color spaces of #00eecd

RGB 0238205
HSL0.481.000.47
HSV172°100°93°
CMYK 1.000.000.14   0.07
XYZ41.594065.556868.2191
Yxy65.55680.23720.3738
Hunter Lab80.9672-49.99456.7221
CIE-Lab84.7698-54.74592.6036

#00eecd color RGB value is (0,238,205).

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

The process color (four color CMYK) of #00eecd color hex is 1.00, 0.00, 0.14, 0.07. Web safe color of #00eecd is #00ffcc. Color #00eecd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11101110 11001101
Octal 0 356 315
Decimal 0 238 205
Hex 0 EE CD

RGB Percentages of Color #00eecd

%0.00
%53.72
%46.28

CMYK Percentages of Color #00eecd

%100
%0
%14
%7

Triadic Colors of #00eecd

#00eecd #cd00ee #eecd00

Analogous Colors of #00eecd

#00eecd #0098ee #00ee56

Monochromatic Colors of #00eecd

#00eecd

Complementary Color

#00eecd #ee0021

#00eecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00eecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#00eecd Color CSS Codes

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

#00eecd Text Font Color

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

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


#00eecd Background Color

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

This div background color is #00eecd


#00eecd Border Color

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

This div border color is #00eecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00eecd


Comments

No comments written yet.

Please login to write comment.