Color spaces of #45dbaf
RGB | 69 | 219 | 175 |
---|---|---|---|
HSL | 0.45 | 0.68 | 0.56 |
HSV | 162° | 68° | 86° |
CMYK | 0.68 | 0.00 | 0.20 0.14 |
XYZ | 35.5236 | 55.0234 | 49.3057 |
Yxy | 55.0234 | 0.2540 | 0.3934 |
Hunter Lab | 74.1778 | -44.3277 | 12.5146 |
CIE-Lab | 79.0547 | -49.5581 | 10.3048 |
#45dbaf color RGB value is (69,219,175).
#45dbaf hex color red value is 69, green value is 219 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #45dbaf hue: 0.45 , saturation: 0.68 and the lightness value of 45dbaf is 0.56.
The process color (four color CMYK) of #45dbaf color hex is 0.68, 0.00, 0.20, 0.14. Web safe color of #45dbaf is #33cc99. Color #45dbaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 11011011 | 10101111 |
Octal | 105 | 333 | 257 |
Decimal | 69 | 219 | 175 |
Hex | 45 | DB | AF |
Shades of #45dbaf
Tints of #45dbaf
RGB Percentages of Color #45dbaf
CMYK Percentages of Color #45dbaf
Complementary Color
#45dbaf | #db4571 |
#45dbaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#45dbaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#45dbaf Color CSS Codes
.mybgcolor {background-color:#45dbaf; } .myforecolor {color:#45dbaf; } .mybordercolor {border:3px solid #45dbaf; }
#45dbaf Text Font Color
<p style="color:#45dbaf">Text here</p>
This sample text font color is #45dbaf
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.
#45dbaf Background Color
<div style="background-color:#45dbaf">
Div content here</div>
This div background color is #45dbaf
#45dbaf Border Color
<div style="border:3px solid #45dbaf">
Div here</div>
This div border color is #45dbaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,219,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #45dbaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #45dbaf; -webkit-box-shadow: 1px 1px 3px 2px #45dbaf; box-shadow: 1px 1px 3px 2px #45dbaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,219,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #45dbaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #45dbaf; -webkit-box-shadow: 1px 1px 3px 2px #45dbaf; box-shadow: 1px 1px 3px 2px #45dbaf;">
Div content here</div>
This div box has shadow with color #45dbaf
Comments
No comments written yet.
Please login to write comment.