Color spaces of #cdc277
RGB | 205 | 194 | 119 |
---|---|---|---|
HSL | 0.15 | 0.46 | 0.64 |
HSV | 52° | 42° | 80° |
CMYK | 0.00 | 0.05 | 0.42 0.20 |
XYZ | 47.7984 | 52.8946 | 25.1432 |
Yxy | 52.8946 | 0.3798 | 0.4203 |
Hunter Lab | 72.7287 | -9.9622 | 30.4128 |
CIE-Lab | 77.8127 | -6.7512 | 39.0445 |
#cdc277 color RGB value is (205,194,119).
#cdc277 hex color red value is 205, green value is 194 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #cdc277 hue: 0.15 , saturation: 0.46 and the lightness value of cdc277 is 0.64.
The process color (four color CMYK) of #cdc277 color hex is 0.00, 0.05, 0.42, 0.20. Web safe color of #cdc277 is #cccc66. Color #cdc277 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11000010 | 01110111 |
Octal | 315 | 302 | 167 |
Decimal | 205 | 194 | 119 |
Hex | CD | C2 | 77 |
Shades of #cdc277
Tints of #cdc277
RGB Percentages of Color #cdc277
CMYK Percentages of Color #cdc277
Complementary Color
#cdc277 | #7782cd |
#cdc277 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdc277 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdc277 Color CSS Codes
.mybgcolor {background-color:#cdc277; } .myforecolor {color:#cdc277; } .mybordercolor {border:3px solid #cdc277; }
#cdc277 Text Font Color
<p style="color:#cdc277">Text here</p>
This sample text font color is #cdc277
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.
#cdc277 Background Color
<div style="background-color:#cdc277">
Div content here</div>
This div background color is #cdc277
#cdc277 Border Color
<div style="border:3px solid #cdc277">
Div here</div>
This div border color is #cdc277
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,194,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdc277; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdc277; -webkit-box-shadow: 1px 1px 3px 2px #cdc277; box-shadow: 1px 1px 3px 2px #cdc277; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,194,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdc277">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdc277; -webkit-box-shadow: 1px 1px 3px 2px #cdc277; box-shadow: 1px 1px 3px 2px #cdc277;">
Div content here</div>
This div box has shadow with color #cdc277
Comments
No comments written yet.
Please login to write comment.