color codes Logo

#08e15d color codes

#08E15D
(8,225,93)
0 Favorites   0 Comments

Color spaces of #08e15d

RGB 822593
HSL0.400.930.46
HSV144°96°88°
CMYK 0.960.000.59   0.12
XYZ29.001154.692419.3841
Yxy54.69240.28140.5306
Hunter Lab73.9543-59.421536.2276
CIE-Lab78.8638-72.284251.0480

#08e15d color RGB value is (8,225,93).

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

The process color (four color CMYK) of #08e15d color code is 0.96, 0.00, 0.59, 0.12. Web safe color of #08e15d is #00cc66. Color #08e15d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 11100001 01011101
Octal 10 341 135
Decimal 8 225 93
Hex 8 E1 5D

RGB Percentages of Color #08e15d

%2.45
%69.02
%28.53

CMYK Percentages of Color #08e15d

%96
%0
%59
%12

Triadic Colors of #08e15d

#08e15d #5d08e1 #e15d08

Analogous Colors of #08e15d

#08e15d #08e1ca #20e108

Monochromatic Colors of #08e15d

#08e15d

Complementary Color

#08e15d #e1088c

#08e15d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08e15d Color Preview on White Background

Lorem ipsum dolor sit amet.

#08e15d Color CSS Codes

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

#08e15d Text Font Color

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

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


#08e15d Background Color

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

This div background color is #08e15d


#08e15d Border Color

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

This div border color is #08e15d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08e15d


Comments

No comments written yet.

Please login to write comment.