Color spaces of #2daabe
RGB | 45 | 170 | 190 |
---|---|---|---|
HSL | 0.52 | 0.62 | 0.46 |
HSV | 188° | 76° | 75° |
CMYK | 0.76 | 0.11 | 0.00 0.25 |
XYZ | 24.7512 | 33.0250 | 53.7851 |
Yxy | 33.0250 | 0.2219 | 0.2960 |
Hunter Lab | 57.4674 | -23.6880 | -15.2638 |
CIE-Lab | 64.1811 | -26.3155 | -19.8562 |
#2daabe color RGB value is (45,170,190).
#2daabe hex color red value is 45, green value is 170 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #2daabe hue: 0.52 , saturation: 0.62 and the lightness value of 2daabe is 0.46.
The process color (four color CMYK) of #2daabe color hex is 0.76, 0.11, 0.00, 0.25. Web safe color of #2daabe is #3399cc. Color #2daabe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101101 | 10101010 | 10111110 |
Octal | 55 | 252 | 276 |
Decimal | 45 | 170 | 190 |
Hex | 2D | AA | BE |
Shades of #2daabe
Tints of #2daabe
RGB Percentages of Color #2daabe
CMYK Percentages of Color #2daabe
Complementary Color
#2daabe | #be412d |
#2daabe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2daabe Color Preview on White Background
Lorem ipsum dolor sit amet.
#2daabe Color CSS Codes
.mybgcolor {background-color:#2daabe; } .myforecolor {color:#2daabe; } .mybordercolor {border:3px solid #2daabe; }
#2daabe Text Font Color
<p style="color:#2daabe">Text here</p>
This sample text font color is #2daabe
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.
#2daabe Background Color
<div style="background-color:#2daabe">
Div content here</div>
This div background color is #2daabe
#2daabe Border Color
<div style="border:3px solid #2daabe">
Div here</div>
This div border color is #2daabe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(45,170,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2daabe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2daabe; -webkit-box-shadow: 1px 1px 3px 2px #2daabe; box-shadow: 1px 1px 3px 2px #2daabe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(45,170,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2daabe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2daabe; -webkit-box-shadow: 1px 1px 3px 2px #2daabe; box-shadow: 1px 1px 3px 2px #2daabe;">
Div content here</div>
This div box has shadow with color #2daabe
Comments
No comments written yet.
Please login to write comment.