Color Hex Logo

#08d06b Color Hex

#08D06B
(8,208,107)
0 Favorites   0 Comments

Color spaces of #08d06b

RGB 8208107
HSL0.420.930.42
HSV150°96°82°
CMYK 0.960.000.49   0.18
XYZ25.309946.224921.4983
Yxy46.22490.27210.4969
Hunter Lab67.9889-52.531228.8445
CIE-Lab73.6912-64.922638.1797

#08d06b color RGB value is (8,208,107).

#08d06b hex color red value is 8, green value is 208 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #08d06b hue: 0.42 , saturation: 0.93 and the lightness value of 08d06b is 0.42.

The process color (four color CMYK) of #08d06b color hex is 0.96, 0.00, 0.49, 0.18. Web safe color of #08d06b is #00cc66. Color #08d06b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 11010000 01101011
Octal 10 320 153
Decimal 8 208 107
Hex 8 D0 6B

RGB Percentages of Color #08d06b

%2.48
%64.40
%33.13

CMYK Percentages of Color #08d06b

%96
%0
%49
%18

Triadic Colors of #08d06b

#08d06b #6b08d0 #d06b08

Analogous Colors of #08d06b

#08d06b #08d0cf #09d008

Monochromatic Colors of #08d06b

#08d06b

Complementary Color

#08d06b #d0086d

#08d06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08d06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#08d06b Color CSS Codes

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

#08d06b Text Font Color

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

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


#08d06b Background Color

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

This div background color is #08d06b


#08d06b Border Color

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

This div border color is #08d06b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08d06b


Comments

No comments written yet.

Please login to write comment.