Color Hex Logo

#08adb1 Color Hex

#08ADB1
(8,173,177)
0 Favorites   0 Comments

Color spaces of #08adb1

RGB 8173177
HSL0.500.910.36
HSV181°95°69°
CMYK 0.950.020.00   0.31
XYZ22.979533.113146.7753
Yxy33.11310.22340.3219
Hunter Lab57.5440-29.4201-7.9138
CIE-Lab64.2524-34.4303-12.5429

#08adb1 color RGB value is (8,173,177).

#08adb1 hex color red value is 8, green value is 173 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #08adb1 hue: 0.50 , saturation: 0.91 and the lightness value of 08adb1 is 0.36.

The process color (four color CMYK) of #08adb1 color hex is 0.95, 0.02, 0.00, 0.31. Web safe color of #08adb1 is #009999. Color #08adb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10101101 10110001
Octal 10 255 261
Decimal 8 173 177
Hex 8 AD B1

RGB Percentages of Color #08adb1

%2.23
%48.32
%49.44

CMYK Percentages of Color #08adb1

%95
%2
%0
%31

Triadic Colors of #08adb1

#08adb1 #b108ad #adb108

Analogous Colors of #08adb1

#08adb1 #0859b1 #08b160

Monochromatic Colors of #08adb1

#08adb1

Complementary Color

#08adb1 #b10c08

#08adb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08adb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#08adb1 Color CSS Codes

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

#08adb1 Text Font Color

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

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


#08adb1 Background Color

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

This div background color is #08adb1


#08adb1 Border Color

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

This div border color is #08adb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08adb1


Comments

No comments written yet.

Please login to write comment.