Color Hex Logo

#08efcd Color Hex

#08EFCD
(8,239,205)
0 Favorites   0 Comments

Color spaces of #08efcd

RGB 8239205
HSL0.480.940.48
HSV171°97°94°
CMYK 0.970.000.14   0.06
XYZ41.986166.192468.3211
Yxy66.19240.23790.3750
Hunter Lab81.3587-50.26087.1622
CIE-Lab85.0945-54.95603.0780

#08efcd color RGB value is (8,239,205).

#08efcd hex color red value is 8, green value is 239 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #08efcd hue: 0.48 , saturation: 0.94 and the lightness value of 08efcd is 0.48.

The process color (four color CMYK) of #08efcd color hex is 0.97, 0.00, 0.14, 0.06. Web safe color of #08efcd is #00ffcc. Color #08efcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 11101111 11001101
Octal 10 357 315
Decimal 8 239 205
Hex 8 EF CD

RGB Percentages of Color #08efcd

%1.77
%52.88
%45.35

CMYK Percentages of Color #08efcd

%97
%0
%14
%6

Triadic Colors of #08efcd

#08efcd #cd08ef #efcd08

Analogous Colors of #08efcd

#08efcd #089eef #08ef5a

Monochromatic Colors of #08efcd

#08efcd

Complementary Color

#08efcd #ef082a

#08efcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08efcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#08efcd Color CSS Codes

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

#08efcd Text Font Color

<p style="color:#08efcd">Text here</p>

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


#08efcd Background Color

<div style="background-color:#08efcd">
Div content here</div>

This div background color is #08efcd


#08efcd Border Color

<div style="border:3px solid #08efcd">
Div here</div>

This div border color is #08efcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,239,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08efcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08efcd;
  -webkit-box-shadow: 1px 1px 3px 2px #08efcd;
  box-shadow:         1px 1px 3px 2px #08efcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,239,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 #08efcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08efcd


Comments

No comments written yet.

Please login to write comment.