Color spaces of #ceebb6
RGB | 206 | 235 | 182 |
---|---|---|---|
HSL | 0.26 | 0.57 | 0.82 |
HSV | 93° | 23° | 92° |
CMYK | 0.12 | 0.00 | 0.23 0.08 |
XYZ | 63.6054 | 75.9159 | 55.5568 |
Yxy | 75.9159 | 0.3261 | 0.3892 |
Hunter Lab | 87.1297 | -22.1706 | 23.1855 |
CIE-Lab | 89.8203 | -18.7792 | 22.6320 |
#ceebb6 color RGB value is (206,235,182).
#ceebb6 hex color red value is 206, green value is 235 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #ceebb6 hue: 0.26 , saturation: 0.57 and the lightness value of ceebb6 is 0.82.
The process color (four color CMYK) of #ceebb6 color hex is 0.12, 0.00, 0.23, 0.08. Web safe color of #ceebb6 is #ccffcc. Color #ceebb6 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11101011 | 10110110 |
Octal | 316 | 353 | 266 |
Decimal | 206 | 235 | 182 |
Hex | CE | EB | B6 |
Shades of #ceebb6
Tints of #ceebb6
RGB Percentages of Color #ceebb6
CMYK Percentages of Color #ceebb6
Complementary Color
#ceebb6 | #d3b6eb |
#ceebb6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceebb6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceebb6 Color CSS Codes
.mybgcolor {background-color:#ceebb6; } .myforecolor {color:#ceebb6; } .mybordercolor {border:3px solid #ceebb6; }
#ceebb6 Text Font Color
<p style="color:#ceebb6">Text here</p>
This sample text font color is #ceebb6
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.
#ceebb6 Background Color
<div style="background-color:#ceebb6">
Div content here</div>
This div background color is #ceebb6
#ceebb6 Border Color
<div style="border:3px solid #ceebb6">
Div here</div>
This div border color is #ceebb6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,235,182, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceebb6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceebb6; -webkit-box-shadow: 1px 1px 3px 2px #ceebb6; box-shadow: 1px 1px 3px 2px #ceebb6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,235,182, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ceebb6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceebb6; -webkit-box-shadow: 1px 1px 3px 2px #ceebb6; box-shadow: 1px 1px 3px 2px #ceebb6;">
Div content here</div>
This div box has shadow with color #ceebb6
Comments
No comments written yet.
Please login to write comment.