Color Hex Logo

#08dbad Color Hex

#08DBAD
(8,219,173)
0 Favorites   0 Comments

Color spaces of #08dbad

RGB 8219173
HSL0.460.930.45
HSV167°96°86°
CMYK 0.960.000.21   0.14
XYZ32.974553.731848.1685
Yxy53.73180.24450.3984
Hunter Lab73.3020-47.981212.3505
CIE-Lab78.3051-55.156310.2022

#08dbad color RGB value is (8,219,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 11011011 10101101
Octal 10 333 255
Decimal 8 219 173
Hex 8 DB AD

RGB Percentages of Color #08dbad

%2.00
%54.75
%43.25

CMYK Percentages of Color #08dbad

%96
%0
%21
%14

Triadic Colors of #08dbad

#08dbad #ad08db #dbad08

Analogous Colors of #08dbad

#08dbad #08a0db #08db44

Monochromatic Colors of #08dbad

#08dbad

Complementary Color

#08dbad #db0836

#08dbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08dbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#08dbad Color CSS Codes

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

#08dbad Text Font Color

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

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


#08dbad Background Color

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

This div background color is #08dbad


#08dbad Border Color

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

This div border color is #08dbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08dbad


Comments

No comments written yet.

Please login to write comment.