Color Hex Logo

#95b402 Color Hex

#95B402
(149,180,2)
0 Favorites   0 Comments

Color spaces of #95b402

RGB 1491802
HSL0.200.980.36
HSV70°99°71°
CMYK 0.170.000.99   0.29
XYZ28.726639.03656.0782
Yxy39.03650.38900.5287
Hunter Lab62.4792-27.268137.9675
CIE-Lab68.7777-29.875269.7318

#95b402 color RGB value is (149,180,2).

#95b402 hex color red value is 149, green value is 180 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #95b402 hue: 0.20 , saturation: 0.98 and the lightness value of 95b402 is 0.36.

The process color (four color CMYK) of #95b402 color hex is 0.17, 0.00, 0.99, 0.29. Web safe color of #95b402 is #99cc00. Color #95b402 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10110100 00000010
Octal 225 264 2
Decimal 149 180 2
Hex 95 B4 2

RGB Percentages of Color #95b402

%45.02
%54.38
%0.60

CMYK Percentages of Color #95b402

%17
%0
%99
%29

Triadic Colors of #95b402

#95b402 #0295b4 #b40295

Analogous Colors of #95b402

#95b402 #3cb402 #b47a02

Monochromatic Colors of #95b402

#95b402

Complementary Color

#95b402 #2102b4

#95b402 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95b402 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95b402 Color CSS Codes

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

#95b402 Text Font Color

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

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


#95b402 Background Color

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

This div background color is #95b402


#95b402 Border Color

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

This div border color is #95b402


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95b402


Comments

No comments written yet.

Please login to write comment.