Color spaces of #caf089
RGB | 202 | 240 | 137 |
---|---|---|---|
HSL | 0.23 | 0.77 | 0.74 |
HSV | 82° | 43° | 94° |
CMYK | 0.16 | 0.00 | 0.43 0.06 |
XYZ | 60.0326 | 76.6829 | 35.3041 |
Yxy | 76.6829 | 0.3490 | 0.4458 |
Hunter Lab | 87.5688 | -30.8750 | 37.3949 |
CIE-Lab | 90.1755 | -28.6572 | 45.6617 |
#caf089 color RGB value is (202,240,137).
#caf089 hex color red value is 202, green value is 240 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #caf089 hue: 0.23 , saturation: 0.77 and the lightness value of caf089 is 0.74.
The process color (four color CMYK) of #caf089 color hex is 0.16, 0.00, 0.43, 0.06. Web safe color of #caf089 is #ccff99. Color #caf089 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11110000 | 10001001 |
Octal | 312 | 360 | 211 |
Decimal | 202 | 240 | 137 |
Hex | CA | F0 | 89 |
Shades of #caf089
Tints of #caf089
RGB Percentages of Color #caf089
CMYK Percentages of Color #caf089
Complementary Color
#caf089 | #af89f0 |
#caf089 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caf089 Color Preview on White Background
Lorem ipsum dolor sit amet.
#caf089 Color CSS Codes
.mybgcolor {background-color:#caf089; } .myforecolor {color:#caf089; } .mybordercolor {border:3px solid #caf089; }
#caf089 Text Font Color
<p style="color:#caf089">Text here</p>
This sample text font color is #caf089
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.
#caf089 Background Color
<div style="background-color:#caf089">
Div content here</div>
This div background color is #caf089
#caf089 Border Color
<div style="border:3px solid #caf089">
Div here</div>
This div border color is #caf089
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,240,137, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caf089; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caf089; -webkit-box-shadow: 1px 1px 3px 2px #caf089; box-shadow: 1px 1px 3px 2px #caf089; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,240,137, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caf089">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caf089; -webkit-box-shadow: 1px 1px 3px 2px #caf089; box-shadow: 1px 1px 3px 2px #caf089;">
Div content here</div>
This div box has shadow with color #caf089
Comments
No comments written yet.
Please login to write comment.