Color spaces of #cae294
RGB | 202 | 226 | 148 |
---|---|---|---|
HSL | 0.22 | 0.57 | 0.73 |
HSV | 78° | 35° | 89° |
CMYK | 0.11 | 0.00 | 0.35 0.11 |
XYZ | 56.8988 | 69.0874 | 38.3533 |
Yxy | 69.0874 | 0.3462 | 0.4204 |
Hunter Lab | 83.1188 | -23.2662 | 30.8252 |
CIE-Lab | 86.5473 | -20.6171 | 35.5593 |
#cae294 color RGB value is (202,226,148).
#cae294 hex color red value is 202, green value is 226 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #cae294 hue: 0.22 , saturation: 0.57 and the lightness value of cae294 is 0.73.
The process color (four color CMYK) of #cae294 color hex is 0.11, 0.00, 0.35, 0.11. Web safe color of #cae294 is #cccc99. Color #cae294 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11100010 | 10010100 |
Octal | 312 | 342 | 224 |
Decimal | 202 | 226 | 148 |
Hex | CA | E2 | 94 |
Shades of #cae294
Tints of #cae294
RGB Percentages of Color #cae294
CMYK Percentages of Color #cae294
Complementary Color
#cae294 | #ac94e2 |
#cae294 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cae294 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cae294 Color CSS Codes
.mybgcolor {background-color:#cae294; } .myforecolor {color:#cae294; } .mybordercolor {border:3px solid #cae294; }
#cae294 Text Font Color
<p style="color:#cae294">Text here</p>
This sample text font color is #cae294
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.
#cae294 Background Color
<div style="background-color:#cae294">
Div content here</div>
This div background color is #cae294
#cae294 Border Color
<div style="border:3px solid #cae294">
Div here</div>
This div border color is #cae294
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,226,148, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cae294; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cae294; -webkit-box-shadow: 1px 1px 3px 2px #cae294; box-shadow: 1px 1px 3px 2px #cae294; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,226,148, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cae294">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cae294; -webkit-box-shadow: 1px 1px 3px 2px #cae294; box-shadow: 1px 1px 3px 2px #cae294;">
Div content here</div>
This div box has shadow with color #cae294
Comments
No comments written yet.
Please login to write comment.