Color spaces of #69dbbd
RGB | 105 | 219 | 189 |
---|---|---|---|
HSL | 0.46 | 0.61 | 0.64 |
HSV | 164° | 52° | 86° |
CMYK | 0.52 | 0.00 | 0.14 0.14 |
XYZ | 40.3425 | 57.3404 | 57.0856 |
Yxy | 57.3404 | 0.2607 | 0.3705 |
Hunter Lab | 75.7234 | -37.4182 | 8.3095 |
CIE-Lab | 80.3707 | -39.6300 | 4.8869 |
#69dbbd color RGB value is (105,219,189).
#69dbbd hex color red value is 105, green value is 219 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #69dbbd hue: 0.46 , saturation: 0.61 and the lightness value of 69dbbd is 0.64.
The process color (four color CMYK) of #69dbbd color hex is 0.52, 0.00, 0.14, 0.14. Web safe color of #69dbbd is #66cccc. Color #69dbbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 11011011 | 10111101 |
Octal | 151 | 333 | 275 |
Decimal | 105 | 219 | 189 |
Hex | 69 | DB | BD |
Shades of #69dbbd
Tints of #69dbbd
RGB Percentages of Color #69dbbd
CMYK Percentages of Color #69dbbd
Complementary Color
#69dbbd | #db6987 |
#69dbbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#69dbbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#69dbbd Color CSS Codes
.mybgcolor {background-color:#69dbbd; } .myforecolor {color:#69dbbd; } .mybordercolor {border:3px solid #69dbbd; }
#69dbbd Text Font Color
<p style="color:#69dbbd">Text here</p>
This sample text font color is #69dbbd
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.
#69dbbd Background Color
<div style="background-color:#69dbbd">
Div content here</div>
This div background color is #69dbbd
#69dbbd Border Color
<div style="border:3px solid #69dbbd">
Div here</div>
This div border color is #69dbbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,219,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #69dbbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #69dbbd; -webkit-box-shadow: 1px 1px 3px 2px #69dbbd; box-shadow: 1px 1px 3px 2px #69dbbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,219,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #69dbbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #69dbbd; -webkit-box-shadow: 1px 1px 3px 2px #69dbbd; box-shadow: 1px 1px 3px 2px #69dbbd;">
Div content here</div>
This div box has shadow with color #69dbbd
Comments
No comments written yet.
Please login to write comment.