Color spaces of #caeb14
RGB | 202 | 235 | 20 |
---|---|---|---|
HSL | 0.19 | 0.84 | 0.50 |
HSV | 69° | 91° | 92° |
CMYK | 0.14 | 0.00 | 0.91 0.08 |
XYZ | 54.1917 | 72.0237 | 11.7076 |
Yxy | 72.0237 | 0.3929 | 0.5222 |
Hunter Lab | 84.8668 | -34.5356 | 51.2275 |
CIE-Lab | 87.9800 | -33.5844 | 84.1718 |
#caeb14 color RGB value is (202,235,20).
#caeb14 hex color red value is 202, green value is 235 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #caeb14 hue: 0.19 , saturation: 0.84 and the lightness value of caeb14 is 0.50.
The process color (four color CMYK) of #caeb14 color hex is 0.14, 0.00, 0.91, 0.08. Web safe color of #caeb14 is #ccff00. Color #caeb14 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11101011 | 00010100 |
Octal | 312 | 353 | 24 |
Decimal | 202 | 235 | 20 |
Hex | CA | EB | 14 |
Shades of #caeb14
Tints of #caeb14
RGB Percentages of Color #caeb14
CMYK Percentages of Color #caeb14
Complementary Color
#caeb14 | #3514eb |
#caeb14 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caeb14 Color Preview on White Background
Lorem ipsum dolor sit amet.
#caeb14 Color CSS Codes
.mybgcolor {background-color:#caeb14; } .myforecolor {color:#caeb14; } .mybordercolor {border:3px solid #caeb14; }
#caeb14 Text Font Color
<p style="color:#caeb14">Text here</p>
This sample text font color is #caeb14
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.
#caeb14 Background Color
<div style="background-color:#caeb14">
Div content here</div>
This div background color is #caeb14
#caeb14 Border Color
<div style="border:3px solid #caeb14">
Div here</div>
This div border color is #caeb14
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,235,20, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caeb14; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caeb14; -webkit-box-shadow: 1px 1px 3px 2px #caeb14; box-shadow: 1px 1px 3px 2px #caeb14; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,235,20, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caeb14">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caeb14; -webkit-box-shadow: 1px 1px 3px 2px #caeb14; box-shadow: 1px 1px 3px 2px #caeb14;">
Div content here</div>
This div box has shadow with color #caeb14
Comments
No comments written yet.
Please login to write comment.