Color spaces of #6cddea
RGB | 108 | 221 | 234 |
---|---|---|---|
HSL | 0.52 | 0.75 | 0.67 |
HSV | 186° | 54° | 92° |
CMYK | 0.54 | 0.06 | 0.00 0.08 |
XYZ | 46.8921 | 60.8416 | 87.1140 |
Yxy | 60.8416 | 0.2407 | 0.3123 |
Hunter Lab | 78.0010 | -29.1924 | -11.6162 |
CIE-Lab | 82.2935 | -28.5940 | -16.1974 |
#6cddea color RGB value is (108,221,234).
#6cddea hex color red value is 108, green value is 221 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6cddea hue: 0.52 , saturation: 0.75 and the lightness value of 6cddea is 0.67.
The process color (four color CMYK) of #6cddea color hex is 0.54, 0.06, 0.00, 0.08. Web safe color of #6cddea is #66ccff. Color #6cddea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101100 | 11011101 | 11101010 |
Octal | 154 | 335 | 352 |
Decimal | 108 | 221 | 234 |
Hex | 6C | DD | EA |
Shades of #6cddea
Tints of #6cddea
RGB Percentages of Color #6cddea
CMYK Percentages of Color #6cddea
Complementary Color
#6cddea | #ea796c |
#6cddea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6cddea Color Preview on White Background
Lorem ipsum dolor sit amet.
#6cddea Color CSS Codes
.mybgcolor {background-color:#6cddea; } .myforecolor {color:#6cddea; } .mybordercolor {border:3px solid #6cddea; }
#6cddea Text Font Color
<p style="color:#6cddea">Text here</p>
This sample text font color is #6cddea
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.
#6cddea Background Color
<div style="background-color:#6cddea">
Div content here</div>
This div background color is #6cddea
#6cddea Border Color
<div style="border:3px solid #6cddea">
Div here</div>
This div border color is #6cddea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(108,221,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6cddea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6cddea; -webkit-box-shadow: 1px 1px 3px 2px #6cddea; box-shadow: 1px 1px 3px 2px #6cddea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(108,221,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6cddea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6cddea; -webkit-box-shadow: 1px 1px 3px 2px #6cddea; box-shadow: 1px 1px 3px 2px #6cddea;">
Div content here</div>
This div box has shadow with color #6cddea
Comments
No comments written yet.
Please login to write comment.