Color Hex Logo

#95a823 Color Hex

#95A823
(149,168,35)
0 Favorites   0 Comments

Color spaces of #95a823

RGB 14916835
HSL0.190.660.40
HSV69°79°66°
CMYK 0.110.000.79   0.34
XYZ26.700434.51626.8451
Yxy34.51620.39230.5071
Hunter Lab58.7505-21.690334.2174
CIE-Lab65.3702-23.270260.7686

#95a823 color RGB value is (149,168,35).

#95a823 hex color red value is 149, green value is 168 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #95a823 hue: 0.19 , saturation: 0.66 and the lightness value of 95a823 is 0.40.

The process color (four color CMYK) of #95a823 color hex is 0.11, 0.00, 0.79, 0.34. Web safe color of #95a823 is #999933. Color #95a823 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10101000 00100011
Octal 225 250 43
Decimal 149 168 35
Hex 95 A8 23

RGB Percentages of Color #95a823

%42.33
%47.73
%9.94

CMYK Percentages of Color #95a823

%11
%0
%79
%34

Triadic Colors of #95a823

#95a823 #2395a8 #a82395

Analogous Colors of #95a823

#95a823 #52a823 #a87923

Monochromatic Colors of #95a823

#95a823

Complementary Color

#95a823 #3623a8

#95a823 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95a823 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95a823 Color CSS Codes

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

#95a823 Text Font Color

<p style="color:#95a823">Text here</p>

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


#95a823 Background Color

<div style="background-color:#95a823">
Div content here</div>

This div background color is #95a823


#95a823 Border Color

<div style="border:3px solid #95a823">
Div here</div>

This div border color is #95a823


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,168,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95a823; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95a823;
  -webkit-box-shadow: 1px 1px 3px 2px #95a823;
  box-shadow:         1px 1px 3px 2px #95a823; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,168,35, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95a823


Comments

No comments written yet.

Please login to write comment.