Color spaces of #69ddca
RGB | 105 | 221 | 202 |
---|---|---|---|
HSL | 0.47 | 0.63 | 0.64 |
HSV | 170° | 52° | 87° |
CMYK | 0.52 | 0.00 | 0.09 0.13 |
XYZ | 42.3428 | 58.9804 | 65.0298 |
Yxy | 58.9804 | 0.2545 | 0.3545 |
Hunter Lab | 76.7987 | -35.9821 | 3.5549 |
CIE-Lab | 81.2808 | -37.4426 | -0.7024 |
#69ddca color RGB value is (105,221,202).
#69ddca hex color red value is 105, green value is 221 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #69ddca hue: 0.47 , saturation: 0.63 and the lightness value of 69ddca is 0.64.
The process color (four color CMYK) of #69ddca color hex is 0.52, 0.00, 0.09, 0.13. Web safe color of #69ddca is #66cccc. Color #69ddca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 11011101 | 11001010 |
Octal | 151 | 335 | 312 |
Decimal | 105 | 221 | 202 |
Hex | 69 | DD | CA |
Shades of #69ddca
Tints of #69ddca
RGB Percentages of Color #69ddca
CMYK Percentages of Color #69ddca
Complementary Color
#69ddca | #dd697c |
#69ddca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#69ddca Color Preview on White Background
Lorem ipsum dolor sit amet.
#69ddca Color CSS Codes
.mybgcolor {background-color:#69ddca; } .myforecolor {color:#69ddca; } .mybordercolor {border:3px solid #69ddca; }
#69ddca Text Font Color
<p style="color:#69ddca">Text here</p>
This sample text font color is #69ddca
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.
#69ddca Background Color
<div style="background-color:#69ddca">
Div content here</div>
This div background color is #69ddca
#69ddca Border Color
<div style="border:3px solid #69ddca">
Div here</div>
This div border color is #69ddca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,221,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #69ddca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #69ddca; -webkit-box-shadow: 1px 1px 3px 2px #69ddca; box-shadow: 1px 1px 3px 2px #69ddca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,221,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #69ddca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #69ddca; -webkit-box-shadow: 1px 1px 3px 2px #69ddca; box-shadow: 1px 1px 3px 2px #69ddca;">
Div content here</div>
This div box has shadow with color #69ddca
Comments
No comments written yet.
Please login to write comment.