Color Hex Logo

#08dcbd Color Hex

#08DCBD
(8,220,189)
0 Favorites   0 Comments

Color spaces of #08dcbd

RGB 8220189
HSL0.480.930.45
HSV171°96°86°
CMYK 0.960.000.14   0.14
XYZ34.878654.912156.9049
Yxy54.91210.23780.3743
Hunter Lab74.1027-45.66356.3419
CIE-Lab78.9906-51.47482.6778

#08dcbd color RGB value is (8,220,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 11011100 10111101
Octal 10 334 275
Decimal 8 220 189
Hex 8 DC BD

RGB Percentages of Color #08dcbd

%1.92
%52.76
%45.32

CMYK Percentages of Color #08dcbd

%96
%0
%14
%14

Triadic Colors of #08dcbd

#08dcbd #bd08dc #dcbd08

Analogous Colors of #08dcbd

#08dcbd #0891dc #08dc53

Monochromatic Colors of #08dcbd

#08dcbd

Complementary Color

#08dcbd #dc0827

#08dcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08dcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#08dcbd Color CSS Codes

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

#08dcbd Text Font Color

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

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


#08dcbd Background Color

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

This div background color is #08dcbd


#08dcbd Border Color

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

This div border color is #08dcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08dcbd


Comments

No comments written yet.

Please login to write comment.