Color Hex Logo

#08ddbe Color Hex

#08DDBE
(8,221,190)
0 Favorites   0 Comments

Color spaces of #08ddbe

RGB 8221190
HSL0.480.930.45
HSV171°96°87°
CMYK 0.960.000.14   0.13
XYZ35.250955.482257.5664
Yxy55.48220.23770.3741
Hunter Lab74.4864-45.87556.3185
CIE-Lab79.3182-51.61772.6208

#08ddbe color RGB value is (8,221,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 11011101 10111110
Octal 10 335 276
Decimal 8 221 190
Hex 8 DD BE

RGB Percentages of Color #08ddbe

%1.91
%52.74
%45.35

CMYK Percentages of Color #08ddbe

%96
%0
%14
%13

Triadic Colors of #08ddbe

#08ddbe #be08dd #ddbe08

Analogous Colors of #08ddbe

#08ddbe #0892dd #08dd54

Monochromatic Colors of #08ddbe

#08ddbe

Complementary Color

#08ddbe #dd0827

#08ddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08ddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#08ddbe Color CSS Codes

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

#08ddbe Text Font Color

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

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


#08ddbe Background Color

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

This div background color is #08ddbe


#08ddbe Border Color

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

This div border color is #08ddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08ddbe


Comments

No comments written yet.

Please login to write comment.