Color Hex Logo

#08db3d Color Hex

#08DB3D
(8,219,61)
1 Favorites   0 Comments

Color spaces of #08db3d

RGB 821961
HSL0.380.930.45
HSV135°96°86°
CMYK 0.960.000.72   0.14
XYZ26.274051.051612.8840
Yxy51.05160.29130.5659
Hunter Lab71.4504-59.399539.3241
CIE-Lab76.7103-73.902061.6569

#08db3d color RGB value is (8,219,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 11011011 00111101
Octal 10 333 75
Decimal 8 219 61
Hex 8 DB 3D

RGB Percentages of Color #08db3d

%2.78
%76.04
%21.18

CMYK Percentages of Color #08db3d

%96
%0
%72
%14

Triadic Colors of #08db3d

#08db3d #3d08db #db3d08

Analogous Colors of #08db3d

#08db3d #08dba7 #3cdb08

Monochromatic Colors of #08db3d

#08db3d

Complementary Color

#08db3d #db08a6

#08db3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08db3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#08db3d Color CSS Codes

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

#08db3d Text Font Color

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

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


#08db3d Background Color

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

This div background color is #08db3d


#08db3d Border Color

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

This div border color is #08db3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08db3d


Comments

No comments written yet.

Please login to write comment.