Color spaces of #67cdea
RGB | 103 | 205 | 234 |
---|---|---|---|
HSL | 0.54 | 0.76 | 0.66 |
HSV | 193° | 56° | 92° |
CMYK | 0.56 | 0.12 | 0.00 0.08 |
XYZ | 42.2761 | 52.4867 | 85.7447 |
Yxy | 52.4867 | 0.2342 | 0.2908 |
Hunter Lab | 72.4477 | -22.6217 | -19.4586 |
CIE-Lab | 77.5710 | -21.6524 | -23.3618 |
#67cdea color RGB value is (103,205,234).
#67cdea hex color red value is 103, green value is 205 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #67cdea hue: 0.54 , saturation: 0.76 and the lightness value of 67cdea is 0.66.
The process color (four color CMYK) of #67cdea color hex is 0.56, 0.12, 0.00, 0.08. Web safe color of #67cdea is #66ccff. Color #67cdea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 11001101 | 11101010 |
Octal | 147 | 315 | 352 |
Decimal | 103 | 205 | 234 |
Hex | 67 | CD | EA |
Shades of #67cdea
Tints of #67cdea
RGB Percentages of Color #67cdea
CMYK Percentages of Color #67cdea
Complementary Color
#67cdea | #ea8467 |
#67cdea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#67cdea Color Preview on White Background
Lorem ipsum dolor sit amet.
#67cdea Color CSS Codes
.mybgcolor {background-color:#67cdea; } .myforecolor {color:#67cdea; } .mybordercolor {border:3px solid #67cdea; }
#67cdea Text Font Color
<p style="color:#67cdea">Text here</p>
This sample text font color is #67cdea
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.
#67cdea Background Color
<div style="background-color:#67cdea">
Div content here</div>
This div background color is #67cdea
#67cdea Border Color
<div style="border:3px solid #67cdea">
Div here</div>
This div border color is #67cdea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,205,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #67cdea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #67cdea; -webkit-box-shadow: 1px 1px 3px 2px #67cdea; box-shadow: 1px 1px 3px 2px #67cdea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,205,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 #67cdea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #67cdea; -webkit-box-shadow: 1px 1px 3px 2px #67cdea; box-shadow: 1px 1px 3px 2px #67cdea;">
Div content here</div>
This div box has shadow with color #67cdea
Comments
No comments written yet.
Please login to write comment.