Color spaces of #45addc
RGB | 69 | 173 | 220 |
---|---|---|---|
HSL | 0.55 | 0.68 | 0.57 |
HSV | 199° | 69° | 86° |
CMYK | 0.69 | 0.21 | 0.00 0.14 |
XYZ | 30.3161 | 36.3197 | 73.1227 |
Yxy | 36.3197 | 0.2169 | 0.2599 |
Hunter Lab | 60.2658 | -15.6726 | -29.7526 |
CIE-Lab | 66.7635 | -15.1152 | -32.4479 |
#45addc color RGB value is (69,173,220).
#45addc hex color red value is 69, green value is 173 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #45addc hue: 0.55 , saturation: 0.68 and the lightness value of 45addc is 0.57.
The process color (four color CMYK) of #45addc color hex is 0.69, 0.21, 0.00, 0.14. Web safe color of #45addc is #3399cc. Color #45addc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 10101101 | 11011100 |
Octal | 105 | 255 | 334 |
Decimal | 69 | 173 | 220 |
Hex | 45 | AD | DC |
Shades of #45addc
Tints of #45addc
RGB Percentages of Color #45addc
CMYK Percentages of Color #45addc
Complementary Color
#45addc | #dc7445 |
#45addc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#45addc Color Preview on White Background
Lorem ipsum dolor sit amet.
#45addc Color CSS Codes
.mybgcolor {background-color:#45addc; } .myforecolor {color:#45addc; } .mybordercolor {border:3px solid #45addc; }
#45addc Text Font Color
<p style="color:#45addc">Text here</p>
This sample text font color is #45addc
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.
#45addc Background Color
<div style="background-color:#45addc">
Div content here</div>
This div background color is #45addc
#45addc Border Color
<div style="border:3px solid #45addc">
Div here</div>
This div border color is #45addc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,173,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #45addc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #45addc; -webkit-box-shadow: 1px 1px 3px 2px #45addc; box-shadow: 1px 1px 3px 2px #45addc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,173,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 #45addc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #45addc; -webkit-box-shadow: 1px 1px 3px 2px #45addc; box-shadow: 1px 1px 3px 2px #45addc;">
Div content here</div>
This div box has shadow with color #45addc
Comments
No comments written yet.
Please login to write comment.