Color spaces of #cabc58
RGB | 202 | 188 | 88 |
---|---|---|---|
HSL | 0.15 | 0.52 | 0.57 |
HSV | 53° | 56° | 79° |
CMYK | 0.00 | 0.07 | 0.56 0.21 |
XYZ | 44.1018 | 49.2276 | 16.4100 |
Yxy | 49.2276 | 0.4019 | 0.4486 |
Hunter Lab | 70.1624 | -10.5849 | 35.2466 |
CIE-Lab | 75.5927 | -7.7085 | 51.4847 |
#cabc58 color RGB value is (202,188,88).
#cabc58 hex color red value is 202, green value is 188 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #cabc58 hue: 0.15 , saturation: 0.52 and the lightness value of cabc58 is 0.57.
The process color (four color CMYK) of #cabc58 color hex is 0.00, 0.07, 0.56, 0.21. Web safe color of #cabc58 is #cccc66. Color #cabc58 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10111100 | 01011000 |
Octal | 312 | 274 | 130 |
Decimal | 202 | 188 | 88 |
Hex | CA | BC | 58 |
Shades of #cabc58
Tints of #cabc58
RGB Percentages of Color #cabc58
CMYK Percentages of Color #cabc58
Complementary Color
#cabc58 | #5866ca |
#cabc58 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cabc58 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cabc58 Color CSS Codes
.mybgcolor {background-color:#cabc58; } .myforecolor {color:#cabc58; } .mybordercolor {border:3px solid #cabc58; }
#cabc58 Text Font Color
<p style="color:#cabc58">Text here</p>
This sample text font color is #cabc58
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.
#cabc58 Background Color
<div style="background-color:#cabc58">
Div content here</div>
This div background color is #cabc58
#cabc58 Border Color
<div style="border:3px solid #cabc58">
Div here</div>
This div border color is #cabc58
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,188,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cabc58; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cabc58; -webkit-box-shadow: 1px 1px 3px 2px #cabc58; box-shadow: 1px 1px 3px 2px #cabc58; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,188,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cabc58">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cabc58; -webkit-box-shadow: 1px 1px 3px 2px #cabc58; box-shadow: 1px 1px 3px 2px #cabc58;">
Div content here</div>
This div box has shadow with color #cabc58
Comments
No comments written yet.
Please login to write comment.