Color spaces of #2ddfae
RGB | 45 | 223 | 174 |
---|---|---|---|
HSL | 0.45 | 0.74 | 0.53 |
HSV | 163° | 80° | 87° |
CMYK | 0.80 | 0.00 | 0.22 0.13 |
XYZ | 35.1098 | 56.3892 | 49.0781 |
Yxy | 56.3892 | 0.2498 | 0.4011 |
Hunter Lab | 75.0927 | -47.9542 | 13.8150 |
CIE-Lab | 79.8348 | -54.3244 | 11.8864 |
#2ddfae color RGB value is (45,223,174).
#2ddfae hex color red value is 45, green value is 223 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #2ddfae hue: 0.45 , saturation: 0.74 and the lightness value of 2ddfae is 0.53.
The process color (four color CMYK) of #2ddfae color hex is 0.80, 0.00, 0.22, 0.13. Web safe color of #2ddfae is #33cc99. Color #2ddfae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101101 | 11011111 | 10101110 |
Octal | 55 | 337 | 256 |
Decimal | 45 | 223 | 174 |
Hex | 2D | DF | AE |
Shades of #2ddfae
Tints of #2ddfae
RGB Percentages of Color #2ddfae
CMYK Percentages of Color #2ddfae
Complementary Color
#2ddfae | #df2d5e |
#2ddfae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2ddfae Color Preview on White Background
Lorem ipsum dolor sit amet.
#2ddfae Color CSS Codes
.mybgcolor {background-color:#2ddfae; } .myforecolor {color:#2ddfae; } .mybordercolor {border:3px solid #2ddfae; }
#2ddfae Text Font Color
<p style="color:#2ddfae">Text here</p>
This sample text font color is #2ddfae
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.
#2ddfae Background Color
<div style="background-color:#2ddfae">
Div content here</div>
This div background color is #2ddfae
#2ddfae Border Color
<div style="border:3px solid #2ddfae">
Div here</div>
This div border color is #2ddfae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(45,223,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2ddfae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2ddfae; -webkit-box-shadow: 1px 1px 3px 2px #2ddfae; box-shadow: 1px 1px 3px 2px #2ddfae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(45,223,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2ddfae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2ddfae; -webkit-box-shadow: 1px 1px 3px 2px #2ddfae; box-shadow: 1px 1px 3px 2px #2ddfae;">
Div content here</div>
This div box has shadow with color #2ddfae
Comments
No comments written yet.
Please login to write comment.