Color Hex Logo

#8db25d Color Hex

#8DB25D
(141,178,93)
0 Favorites   0 Comments

Color spaces of #8db25d

RGB 14117893
HSL0.240.360.53
HSV86°48°70°
CMYK 0.210.000.48   0.30
XYZ28.880738.293816.2252
Yxy38.29380.34630.4592
Hunter Lab61.8820-24.986427.7718
CIE-Lab68.2366-26.943939.2028

#8db25d color RGB value is (141,178,93).

#8db25d hex color red value is 141, green value is 178 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #8db25d hue: 0.24 , saturation: 0.36 and the lightness value of 8db25d is 0.53.

The process color (four color CMYK) of #8db25d color hex is 0.21, 0.00, 0.48, 0.30. Web safe color of #8db25d is #999966. Color #8db25d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10110010 01011101
Octal 215 262 135
Decimal 141 178 93
Hex 8D B2 5D

RGB Percentages of Color #8db25d

%34.22
%43.20
%22.57

CMYK Percentages of Color #8db25d

%21
%0
%48
%30

Triadic Colors of #8db25d

#8db25d #5d8db2 #b25d8d

Analogous Colors of #8db25d

#8db25d #63b25d #b2ad5d

Monochromatic Colors of #8db25d

#8db25d

Complementary Color

#8db25d #825db2

#8db25d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8db25d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8db25d Color CSS Codes

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

#8db25d Text Font Color

<p style="color:#8db25d">Text here</p>

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


#8db25d Background Color

<div style="background-color:#8db25d">
Div content here</div>

This div background color is #8db25d


#8db25d Border Color

<div style="border:3px solid #8db25d">
Div here</div>

This div border color is #8db25d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,178,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 #8db25d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8db25d


Comments

No comments written yet.

Please login to write comment.