Color spaces of #cdd233
RGB | 205 | 210 | 51 |
---|---|---|---|
HSL | 0.17 | 0.64 | 0.51 |
HSV | 62° | 76° | 82° |
CMYK | 0.02 | 0.00 | 0.76 0.18 |
XYZ | 48.8210 | 59.3113 | 12.0071 |
Yxy | 59.3113 | 0.4064 | 0.4937 |
Hunter Lab | 77.0138 | -21.6186 | 44.6659 |
CIE-Lab | 81.4624 | -19.6671 | 72.1304 |
#cdd233 color RGB value is (205,210,51).
#cdd233 hex color red value is 205, green value is 210 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #cdd233 hue: 0.17 , saturation: 0.64 and the lightness value of cdd233 is 0.51.
The process color (four color CMYK) of #cdd233 color hex is 0.02, 0.00, 0.76, 0.18. Web safe color of #cdd233 is #cccc33. Color #cdd233 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11010010 | 00110011 |
Octal | 315 | 322 | 63 |
Decimal | 205 | 210 | 51 |
Hex | CD | D2 | 33 |
Shades of #cdd233
Tints of #cdd233
RGB Percentages of Color #cdd233
CMYK Percentages of Color #cdd233
Complementary Color
#cdd233 | #3833d2 |
#cdd233 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdd233 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdd233 Color CSS Codes
.mybgcolor {background-color:#cdd233; } .myforecolor {color:#cdd233; } .mybordercolor {border:3px solid #cdd233; }
#cdd233 Text Font Color
<p style="color:#cdd233">Text here</p>
This sample text font color is #cdd233
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.
#cdd233 Background Color
<div style="background-color:#cdd233">
Div content here</div>
This div background color is #cdd233
#cdd233 Border Color
<div style="border:3px solid #cdd233">
Div here</div>
This div border color is #cdd233
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,210,51, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdd233; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdd233; -webkit-box-shadow: 1px 1px 3px 2px #cdd233; box-shadow: 1px 1px 3px 2px #cdd233; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,210,51, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdd233">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdd233; -webkit-box-shadow: 1px 1px 3px 2px #cdd233; box-shadow: 1px 1px 3px 2px #cdd233;">
Div content here</div>
This div box has shadow with color #cdd233
Comments
No comments written yet.
Please login to write comment.