Color spaces of #ceeb94
RGB | 206 | 235 | 148 |
---|---|---|---|
HSL | 0.22 | 0.69 | 0.75 |
HSV | 80° | 37° | 92° |
CMYK | 0.12 | 0.00 | 0.37 0.08 |
XYZ | 60.5072 | 74.6766 | 39.2419 |
Yxy | 74.6766 | 0.3469 | 0.4281 |
Hunter Lab | 86.4156 | -26.2437 | 33.5670 |
CIE-Lab | 89.2413 | -23.5030 | 39.1215 |
#ceeb94 color RGB value is (206,235,148).
#ceeb94 hex color red value is 206, green value is 235 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ceeb94 hue: 0.22 , saturation: 0.69 and the lightness value of ceeb94 is 0.75.
The process color (four color CMYK) of #ceeb94 color hex is 0.12, 0.00, 0.37, 0.08. Web safe color of #ceeb94 is #ccff99. Color #ceeb94 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11101011 | 10010100 |
Octal | 316 | 353 | 224 |
Decimal | 206 | 235 | 148 |
Hex | CE | EB | 94 |
Shades of #ceeb94
Tints of #ceeb94
RGB Percentages of Color #ceeb94
CMYK Percentages of Color #ceeb94
Complementary Color
#ceeb94 | #b194eb |
#ceeb94 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceeb94 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceeb94 Color CSS Codes
.mybgcolor {background-color:#ceeb94; } .myforecolor {color:#ceeb94; } .mybordercolor {border:3px solid #ceeb94; }
#ceeb94 Text Font Color
<p style="color:#ceeb94">Text here</p>
This sample text font color is #ceeb94
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.
#ceeb94 Background Color
<div style="background-color:#ceeb94">
Div content here</div>
This div background color is #ceeb94
#ceeb94 Border Color
<div style="border:3px solid #ceeb94">
Div here</div>
This div border color is #ceeb94
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,235,148, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceeb94; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceeb94; -webkit-box-shadow: 1px 1px 3px 2px #ceeb94; box-shadow: 1px 1px 3px 2px #ceeb94; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,235,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 #ceeb94">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceeb94; -webkit-box-shadow: 1px 1px 3px 2px #ceeb94; box-shadow: 1px 1px 3px 2px #ceeb94;">
Div content here</div>
This div box has shadow with color #ceeb94
Comments
No comments written yet.
Please login to write comment.