Color spaces of #cfd452
RGB | 207 | 212 | 82 |
---|---|---|---|
HSL | 0.17 | 0.60 | 0.58 |
HSV | 62° | 61° | 83° |
CMYK | 0.02 | 0.00 | 0.61 0.17 |
XYZ | 50.7986 | 60.9616 | 17.0720 |
Yxy | 60.9616 | 0.3943 | 0.4732 |
Hunter Lab | 78.0779 | -20.5017 | 41.6906 |
CIE-Lab | 82.3581 | -18.1924 | 61.7367 |
#cfd452 color RGB value is (207,212,82).
#cfd452 hex color red value is 207, green value is 212 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #cfd452 hue: 0.17 , saturation: 0.60 and the lightness value of cfd452 is 0.58.
The process color (four color CMYK) of #cfd452 color hex is 0.02, 0.00, 0.61, 0.17. Web safe color of #cfd452 is #cccc66. Color #cfd452 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11010100 | 01010010 |
Octal | 317 | 324 | 122 |
Decimal | 207 | 212 | 82 |
Hex | CF | D4 | 52 |
Shades of #cfd452
Tints of #cfd452
RGB Percentages of Color #cfd452
CMYK Percentages of Color #cfd452
Complementary Color
#cfd452 | #5752d4 |
#cfd452 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfd452 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfd452 Color CSS Codes
.mybgcolor {background-color:#cfd452; } .myforecolor {color:#cfd452; } .mybordercolor {border:3px solid #cfd452; }
#cfd452 Text Font Color
<p style="color:#cfd452">Text here</p>
This sample text font color is #cfd452
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.
#cfd452 Background Color
<div style="background-color:#cfd452">
Div content here</div>
This div background color is #cfd452
#cfd452 Border Color
<div style="border:3px solid #cfd452">
Div here</div>
This div border color is #cfd452
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,212,82, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfd452; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfd452; -webkit-box-shadow: 1px 1px 3px 2px #cfd452; box-shadow: 1px 1px 3px 2px #cfd452; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,212,82, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfd452">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfd452; -webkit-box-shadow: 1px 1px 3px 2px #cfd452; box-shadow: 1px 1px 3px 2px #cfd452;">
Div content here</div>
This div box has shadow with color #cfd452
Comments
No comments written yet.
Please login to write comment.