Color Hex Logo

#95cd24 Color Hex

#95CD24
(149,205,36)
0 Favorites   0 Comments

Color spaces of #95cd24

RGB 14920536
HSL0.220.700.47
HSV80°82°80°
CMYK 0.270.000.82   0.20
XYZ34.544250.17969.5340
Yxy50.17960.36650.5324
Hunter Lab70.8376-36.919541.6065
CIE-Lab76.1794-40.505170.1186

#95cd24 color RGB value is (149,205,36).

#95cd24 hex color red value is 149, green value is 205 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #95cd24 hue: 0.22 , saturation: 0.70 and the lightness value of 95cd24 is 0.47.

The process color (four color CMYK) of #95cd24 color hex is 0.27, 0.00, 0.82, 0.20. Web safe color of #95cd24 is #99cc33. Color #95cd24 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001101 00100100
Octal 225 315 44
Decimal 149 205 36
Hex 95 CD 24

RGB Percentages of Color #95cd24

%38.21
%52.56
%9.23

CMYK Percentages of Color #95cd24

%27
%0
%82
%20

Triadic Colors of #95cd24

#95cd24 #2495cd #cd2495

Analogous Colors of #95cd24

#95cd24 #41cd24 #cdb124

Monochromatic Colors of #95cd24

#95cd24

Complementary Color

#95cd24 #5c24cd

#95cd24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cd24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cd24 Color CSS Codes

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

#95cd24 Text Font Color

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

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


#95cd24 Background Color

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

This div background color is #95cd24


#95cd24 Border Color

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

This div border color is #95cd24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cd24


Comments

No comments written yet.

Please login to write comment.