Color spaces of #cefa83
RGB | 206 | 250 | 131 |
---|---|---|---|
HSL | 0.23 | 0.92 | 0.75 |
HSV | 82° | 48° | 98° |
CMYK | 0.18 | 0.00 | 0.48 0.02 |
XYZ | 63.7359 | 83.1317 | 34.1595 |
Yxy | 83.1317 | 0.3521 | 0.4592 |
Hunter Lab | 91.1766 | -34.7807 | 41.6105 |
CIE-Lab | 93.0721 | -32.4966 | 52.1571 |
#cefa83 color RGB value is (206,250,131).
#cefa83 hex color red value is 206, green value is 250 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #cefa83 hue: 0.23 , saturation: 0.92 and the lightness value of cefa83 is 0.75.
The process color (four color CMYK) of #cefa83 color hex is 0.18, 0.00, 0.48, 0.02. Web safe color of #cefa83 is #ccff99. Color #cefa83 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11111010 | 10000011 |
Octal | 316 | 372 | 203 |
Decimal | 206 | 250 | 131 |
Hex | CE | FA | 83 |
Shades of #cefa83
Tints of #cefa83
RGB Percentages of Color #cefa83
CMYK Percentages of Color #cefa83
Complementary Color
#cefa83 | #af83fa |
#cefa83 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cefa83 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cefa83 Color CSS Codes
.mybgcolor {background-color:#cefa83; } .myforecolor {color:#cefa83; } .mybordercolor {border:3px solid #cefa83; }
#cefa83 Text Font Color
<p style="color:#cefa83">Text here</p>
This sample text font color is #cefa83
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.
#cefa83 Background Color
<div style="background-color:#cefa83">
Div content here</div>
This div background color is #cefa83
#cefa83 Border Color
<div style="border:3px solid #cefa83">
Div here</div>
This div border color is #cefa83
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,250,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cefa83; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cefa83; -webkit-box-shadow: 1px 1px 3px 2px #cefa83; box-shadow: 1px 1px 3px 2px #cefa83; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,250,131, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cefa83">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cefa83; -webkit-box-shadow: 1px 1px 3px 2px #cefa83; box-shadow: 1px 1px 3px 2px #cefa83;">
Div content here</div>
This div box has shadow with color #cefa83
Comments
No comments written yet.
Please login to write comment.