Color spaces of #2daadc
RGB | 45 | 170 | 220 |
---|---|---|---|
HSL | 0.55 | 0.71 | 0.52 |
HSV | 197° | 80° | 86° |
CMYK | 0.80 | 0.23 | 0.00 0.14 |
XYZ | 28.3752 | 34.4746 | 72.8689 |
Yxy | 34.4746 | 0.2091 | 0.2540 |
Hunter Lab | 58.7151 | -16.4878 | -32.4819 |
CIE-Lab | 65.3375 | -16.4208 | -34.7035 |
#2daadc color RGB value is (45,170,220).
#2daadc hex color red value is 45, green value is 170 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #2daadc hue: 0.55 , saturation: 0.71 and the lightness value of 2daadc is 0.52.
The process color (four color CMYK) of #2daadc color hex is 0.80, 0.23, 0.00, 0.14. Web safe color of #2daadc is #3399cc. Color #2daadc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101101 | 10101010 | 11011100 |
Octal | 55 | 252 | 334 |
Decimal | 45 | 170 | 220 |
Hex | 2D | AA | DC |
Shades of #2daadc
Tints of #2daadc
RGB Percentages of Color #2daadc
CMYK Percentages of Color #2daadc
Complementary Color
#2daadc | #dc5f2d |
#2daadc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2daadc Color Preview on White Background
Lorem ipsum dolor sit amet.
#2daadc Color CSS Codes
.mybgcolor {background-color:#2daadc; } .myforecolor {color:#2daadc; } .mybordercolor {border:3px solid #2daadc; }
#2daadc Text Font Color
<p style="color:#2daadc">Text here</p>
This sample text font color is #2daadc
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.
#2daadc Background Color
<div style="background-color:#2daadc">
Div content here</div>
This div background color is #2daadc
#2daadc Border Color
<div style="border:3px solid #2daadc">
Div here</div>
This div border color is #2daadc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(45,170,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2daadc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2daadc; -webkit-box-shadow: 1px 1px 3px 2px #2daadc; box-shadow: 1px 1px 3px 2px #2daadc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(45,170,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2daadc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2daadc; -webkit-box-shadow: 1px 1px 3px 2px #2daadc; box-shadow: 1px 1px 3px 2px #2daadc;">
Div content here</div>
This div box has shadow with color #2daadc
Comments
No comments written yet.
Please login to write comment.