Color Hex Logo

#08ccba Color Hex

#08CCBA
(8,204,186)
0 Favorites   0 Comments

Color spaces of #08ccba

RGB 8204186
HSL0.480.920.42
HSV174°96°80°
CMYK 0.960.000.09   0.20
XYZ30.555946.782553.8738
Yxy46.78250.23290.3565
Hunter Lab68.3977-39.95321.1784
CIE-Lab74.0504-45.6261-2.9270

#08ccba color RGB value is (8,204,186).

#08ccba hex color red value is 8, green value is 204 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #08ccba hue: 0.48 , saturation: 0.92 and the lightness value of 08ccba is 0.42.

The process color (four color CMYK) of #08ccba color hex is 0.96, 0.00, 0.09, 0.20. Web safe color of #08ccba is #00cccc. Color #08ccba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 11001100 10111010
Octal 10 314 272
Decimal 8 204 186
Hex 8 CC BA

RGB Percentages of Color #08ccba

%2.01
%51.26
%46.73

CMYK Percentages of Color #08ccba

%96
%0
%9
%20

Triadic Colors of #08ccba

#08ccba #ba08cc #ccba08

Analogous Colors of #08ccba

#08ccba #087ccc #08cc58

Monochromatic Colors of #08ccba

#08ccba

Complementary Color

#08ccba #cc081a

#08ccba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08ccba Color Preview on White Background

Lorem ipsum dolor sit amet.

#08ccba Color CSS Codes

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

#08ccba Text Font Color

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

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


#08ccba Background Color

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

This div background color is #08ccba


#08ccba Border Color

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

This div border color is #08ccba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08ccba

#08ccba Color Palettes


Comments

No comments written yet.

Please login to write comment.