Color spaces of #afb378
RGB | 175 | 179 | 120 |
---|---|---|---|
HSL | 0.18 | 0.28 | 0.59 |
HSV | 64° | 33° | 70° |
CMYK | 0.02 | 0.00 | 0.33 0.30 |
XYZ | 37.1895 | 42.7102 | 24.0531 |
Yxy | 42.7102 | 0.3578 | 0.4109 |
Hunter Lab | 65.3530 | -12.7914 | 23.9255 |
CIE-Lab | 71.3578 | -10.8376 | 29.7149 |
#afb378 color RGB value is (175,179,120).
#afb378 hex color red value is 175, green value is 179 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #afb378 hue: 0.18 , saturation: 0.28 and the lightness value of afb378 is 0.59.
The process color (four color CMYK) of #afb378 color hex is 0.02, 0.00, 0.33, 0.30. Web safe color of #afb378 is #99cc66. Color #afb378 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10110011 | 01111000 |
Octal | 257 | 263 | 170 |
Decimal | 175 | 179 | 120 |
Hex | AF | B3 | 78 |
Shades of #afb378
Tints of #afb378
RGB Percentages of Color #afb378
CMYK Percentages of Color #afb378
Complementary Color
#afb378 | #7c78b3 |
#afb378 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afb378 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afb378 Color CSS Codes
.mybgcolor {background-color:#afb378; } .myforecolor {color:#afb378; } .mybordercolor {border:3px solid #afb378; }
#afb378 Text Font Color
<p style="color:#afb378">Text here</p>
This sample text font color is #afb378
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.
#afb378 Background Color
<div style="background-color:#afb378">
Div content here</div>
This div background color is #afb378
#afb378 Border Color
<div style="border:3px solid #afb378">
Div here</div>
This div border color is #afb378
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,179,120, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afb378; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afb378; -webkit-box-shadow: 1px 1px 3px 2px #afb378; box-shadow: 1px 1px 3px 2px #afb378; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,179,120, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afb378">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afb378; -webkit-box-shadow: 1px 1px 3px 2px #afb378; box-shadow: 1px 1px 3px 2px #afb378;">
Div content here</div>
This div box has shadow with color #afb378
Comments
No comments written yet.
Please login to write comment.