Color Hex Logo

#95b407 Color Hex

#95B407
(149,180,7)
0 Favorites   0 Comments

Color spaces of #95b407

RGB 1491807
HSL0.200.930.37
HSV71°96°71°
CMYK 0.170.000.96   0.29
XYZ28.754039.04746.2224
Yxy39.04740.38840.5275
Hunter Lab62.4879-27.216637.8376
CIE-Lab68.7856-29.802669.1457

#95b407 color RGB value is (149,180,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10110100 00000111
Octal 225 264 7
Decimal 149 180 7
Hex 95 B4 7

RGB Percentages of Color #95b407

%44.35
%53.57
%2.08

CMYK Percentages of Color #95b407

%17
%0
%96
%29

Triadic Colors of #95b407

#95b407 #0795b4 #b40795

Analogous Colors of #95b407

#95b407 #3fb407 #b47d07

Monochromatic Colors of #95b407

#95b407

Complementary Color

#95b407 #2607b4

#95b407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95b407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95b407 Color CSS Codes

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

#95b407 Text Font Color

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

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


#95b407 Background Color

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

This div background color is #95b407


#95b407 Border Color

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

This div border color is #95b407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95b407


Comments

No comments written yet.

Please login to write comment.