Color spaces of #ceafeb
RGB | 206 | 175 | 235 |
---|---|---|---|
HSL | 0.75 | 0.60 | 0.80 |
HSV | 271° | 26° | 92° |
CMYK | 0.12 | 0.26 | 0.00 0.08 |
XYZ | 55.7790 | 49.7799 | 85.2659 |
Yxy | 49.7799 | 0.2923 | 0.2609 |
Hunter Lab | 70.5549 | 17.6468 | -22.2638 |
CIE-Lab | 75.9340 | 22.3473 | -25.8397 |
#ceafeb color RGB value is (206,175,235).
#ceafeb hex color red value is 206, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ceafeb hue: 0.75 , saturation: 0.60 and the lightness value of ceafeb is 0.80.
The process color (four color CMYK) of #ceafeb color hex is 0.12, 0.26, 0.00, 0.08. Web safe color of #ceafeb is #cc99ff. Color #ceafeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10101111 | 11101011 |
Octal | 316 | 257 | 353 |
Decimal | 206 | 175 | 235 |
Hex | CE | AF | EB |
Shades of #ceafeb
Tints of #ceafeb
RGB Percentages of Color #ceafeb
CMYK Percentages of Color #ceafeb
Complementary Color
#ceafeb | #ccebaf |
#ceafeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceafeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceafeb Color CSS Codes
.mybgcolor {background-color:#ceafeb; } .myforecolor {color:#ceafeb; } .mybordercolor {border:3px solid #ceafeb; }
#ceafeb Text Font Color
<p style="color:#ceafeb">Text here</p>
This sample text font color is #ceafeb
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.
#ceafeb Background Color
<div style="background-color:#ceafeb">
Div content here</div>
This div background color is #ceafeb
#ceafeb Border Color
<div style="border:3px solid #ceafeb">
Div here</div>
This div border color is #ceafeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,175,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceafeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceafeb; -webkit-box-shadow: 1px 1px 3px 2px #ceafeb; box-shadow: 1px 1px 3px 2px #ceafeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,175,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ceafeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceafeb; -webkit-box-shadow: 1px 1px 3px 2px #ceafeb; box-shadow: 1px 1px 3px 2px #ceafeb;">
Div content here</div>
This div box has shadow with color #ceafeb
Comments
No comments written yet.
Please login to write comment.