Color Hex Logo

#95d064 Color Hex

#95D064
(149,208,100)
0 Favorites   0 Comments

Color spaces of #95d064

RGB 149208100
HSL0.260.530.60
HSV93°52°82°
CMYK 0.280.000.52   0.18
XYZ37.250652.421420.2116
Yxy52.42140.33900.4771
Hunter Lab72.4026-34.867734.1307
CIE-Lab77.5321-37.250847.1734

#95d064 color RGB value is (149,208,100).

#95d064 hex color red value is 149, green value is 208 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #95d064 hue: 0.26 , saturation: 0.53 and the lightness value of 95d064 is 0.60.

The process color (four color CMYK) of #95d064 color hex is 0.28, 0.00, 0.52, 0.18. Web safe color of #95d064 is #99cc66. Color #95d064 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11010000 01100100
Octal 225 320 144
Decimal 149 208 100
Hex 95 D0 64

RGB Percentages of Color #95d064

%32.60
%45.51
%21.88

CMYK Percentages of Color #95d064

%28
%0
%52
%18

Triadic Colors of #95d064

#95d064 #6495d0 #d06495

Analogous Colors of #95d064

#95d064 #64d069 #cbd064

Monochromatic Colors of #95d064

#95d064

Complementary Color

#95d064 #9f64d0

#95d064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95d064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95d064 Color CSS Codes

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

#95d064 Text Font Color

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

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


#95d064 Background Color

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

This div background color is #95d064


#95d064 Border Color

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

This div border color is #95d064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95d064


Comments

No comments written yet.

Please login to write comment.