Color spaces of #cdeafd
RGB | 205 | 234 | 253 |
---|---|---|---|
HSL | 0.57 | 0.92 | 0.90 |
HSV | 204° | 19° | 99° |
CMYK | 0.19 | 0.08 | 0.00 0.01 |
XYZ | 72.3293 | 78.9166 | 104.3488 |
Yxy | 78.9166 | 0.2830 | 0.3088 |
Hunter Lab | 88.8350 | -10.1269 | -7.4597 |
CIE-Lab | 91.1965 | -5.5668 | -12.3627 |
#cdeafd color RGB value is (205,234,253).
#cdeafd hex color red value is 205, green value is 234 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #cdeafd hue: 0.57 , saturation: 0.92 and the lightness value of cdeafd is 0.90.
The process color (four color CMYK) of #cdeafd color hex is 0.19, 0.08, 0.00, 0.01. Web safe color of #cdeafd is #ccffff. Color #cdeafd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11101010 | 11111101 |
Octal | 315 | 352 | 375 |
Decimal | 205 | 234 | 253 |
Hex | CD | EA | FD |
Shades of #cdeafd
Tints of #cdeafd
RGB Percentages of Color #cdeafd
CMYK Percentages of Color #cdeafd
Complementary Color
#cdeafd | #fde0cd |
#cdeafd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdeafd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdeafd Color CSS Codes
.mybgcolor {background-color:#cdeafd; } .myforecolor {color:#cdeafd; } .mybordercolor {border:3px solid #cdeafd; }
#cdeafd Text Font Color
<p style="color:#cdeafd">Text here</p>
This sample text font color is #cdeafd
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.
#cdeafd Background Color
<div style="background-color:#cdeafd">
Div content here</div>
This div background color is #cdeafd
#cdeafd Border Color
<div style="border:3px solid #cdeafd">
Div here</div>
This div border color is #cdeafd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,234,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdeafd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdeafd; -webkit-box-shadow: 1px 1px 3px 2px #cdeafd; box-shadow: 1px 1px 3px 2px #cdeafd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,234,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdeafd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdeafd; -webkit-box-shadow: 1px 1px 3px 2px #cdeafd; box-shadow: 1px 1px 3px 2px #cdeafd;">
Div content here</div>
This div box has shadow with color #cdeafd
Comments
No comments written yet.
Please login to write comment.