Color spaces of #ceda2a
RGB | 206 | 218 | 42 |
---|---|---|---|
HSL | 0.18 | 0.70 | 0.51 |
HSV | 64° | 81° | 85° |
CMYK | 0.06 | 0.00 | 0.81 0.15 |
XYZ | 50.9429 | 63.4318 | 11.7491 |
Yxy | 63.4318 | 0.4039 | 0.5029 |
Hunter Lab | 79.6441 | -25.2028 | 47.0044 |
CIE-Lab | 83.6691 | -23.4593 | 76.6269 |
#ceda2a color RGB value is (206,218,42).
#ceda2a hex color red value is 206, green value is 218 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ceda2a hue: 0.18 , saturation: 0.70 and the lightness value of ceda2a is 0.51.
The process color (four color CMYK) of #ceda2a color hex is 0.06, 0.00, 0.81, 0.15. Web safe color of #ceda2a is #cccc33. Color #ceda2a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11011010 | 00101010 |
Octal | 316 | 332 | 52 |
Decimal | 206 | 218 | 42 |
Hex | CE | DA | 2A |
Shades of #ceda2a
Tints of #ceda2a
RGB Percentages of Color #ceda2a
CMYK Percentages of Color #ceda2a
Complementary Color
#ceda2a | #362ada |
#ceda2a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceda2a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceda2a Color CSS Codes
.mybgcolor {background-color:#ceda2a; } .myforecolor {color:#ceda2a; } .mybordercolor {border:3px solid #ceda2a; }
#ceda2a Text Font Color
<p style="color:#ceda2a">Text here</p>
This sample text font color is #ceda2a
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.
#ceda2a Background Color
<div style="background-color:#ceda2a">
Div content here</div>
This div background color is #ceda2a
#ceda2a Border Color
<div style="border:3px solid #ceda2a">
Div here</div>
This div border color is #ceda2a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,218,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceda2a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceda2a; -webkit-box-shadow: 1px 1px 3px 2px #ceda2a; box-shadow: 1px 1px 3px 2px #ceda2a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,218,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ceda2a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceda2a; -webkit-box-shadow: 1px 1px 3px 2px #ceda2a; box-shadow: 1px 1px 3px 2px #ceda2a;">
Div content here</div>
This div box has shadow with color #ceda2a
Comments
No comments written yet.
Please login to write comment.