Color Hex Logo

#08eccf Color Hex

#08ECCF
(8,236,207)
0 Favorites   0 Comments

Color spaces of #08eccf

RGB 8236207
HSL0.480.930.48
HSV172°97°93°
CMYK 0.970.000.12   0.07
XYZ41.358164.547569.3106
Yxy64.54750.23600.3684
Hunter Lab80.3415-48.70955.0895
CIE-Lab84.2500-53.22430.7994

#08eccf color RGB value is (8,236,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 11101100 11001111
Octal 10 354 317
Decimal 8 236 207
Hex 8 EC CF

RGB Percentages of Color #08eccf

%1.77
%52.33
%45.90

CMYK Percentages of Color #08eccf

%97
%0
%12
%7

Triadic Colors of #08eccf

#08eccf #cf08ec #eccf08

Analogous Colors of #08eccf

#08eccf #0897ec #08ec5d

Monochromatic Colors of #08eccf

#08eccf

Complementary Color

#08eccf #ec0825

#08eccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08eccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#08eccf Color CSS Codes

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

#08eccf Text Font Color

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

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


#08eccf Background Color

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

This div background color is #08eccf


#08eccf Border Color

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

This div border color is #08eccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08eccf


Comments

No comments written yet.

Please login to write comment.