Color spaces of #95af05
RGB | 149 | 175 | 5 |
---|---|---|---|
HSL | 0.19 | 0.94 | 0.35 |
HSV | 69° | 97° | 69° |
CMYK | 0.15 | 0.00 | 0.97 0.31 |
XYZ | 27.7518 | 37.0605 | 5.8343 |
Yxy | 37.0605 | 0.3928 | 0.5246 |
Hunter Lab | 60.8773 | -25.1636 | 36.9320 |
CIE-Lab | 67.3224 | -27.4416 | 68.2590 |
#95af05 color RGB value is (149,175,5).
#95af05 hex color red value is 149, green value is 175 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #95af05 hue: 0.19 , saturation: 0.94 and the lightness value of 95af05 is 0.35.
The process color (four color CMYK) of #95af05 color hex is 0.15, 0.00, 0.97, 0.31. Web safe color of #95af05 is #999900. Color #95af05 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 10101111 | 00000101 |
Octal | 225 | 257 | 5 |
Decimal | 149 | 175 | 5 |
Hex | 95 | AF | 5 |
Shades of #95af05
Tints of #95af05
RGB Percentages of Color #95af05
CMYK Percentages of Color #95af05
Complementary Color
#95af05 | #1f05af |
#95af05 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#95af05 Color Preview on White Background
Lorem ipsum dolor sit amet.
#95af05 Color CSS Codes
.mybgcolor {background-color:#95af05; } .myforecolor {color:#95af05; } .mybordercolor {border:3px solid #95af05; }
#95af05 Text Font Color
<p style="color:#95af05">Text here</p>
This sample text font color is #95af05
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.
#95af05 Background Color
<div style="background-color:#95af05">
Div content here</div>
This div background color is #95af05
#95af05 Border Color
<div style="border:3px solid #95af05">
Div here</div>
This div border color is #95af05
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,175,5, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #95af05; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #95af05; -webkit-box-shadow: 1px 1px 3px 2px #95af05; box-shadow: 1px 1px 3px 2px #95af05; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,175,5, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #95af05">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #95af05; -webkit-box-shadow: 1px 1px 3px 2px #95af05; box-shadow: 1px 1px 3px 2px #95af05;">
Div content here</div>
This div box has shadow with color #95af05
Comments
No comments written yet.
Please login to write comment.