Color spaces of #2acddf
RGB | 42 | 205 | 223 |
---|---|---|---|
HSL | 0.52 | 0.74 | 0.52 |
HSV | 186° | 81° | 87° |
CMYK | 0.81 | 0.08 | 0.00 0.13 |
XYZ | 36.1054 | 49.4826 | 77.4602 |
Yxy | 49.4826 | 0.2214 | 0.3035 |
Hunter Lab | 70.3439 | -31.4831 | -16.0474 |
CIE-Lab | 75.7506 | -33.3605 | -20.3496 |
#2acddf color RGB value is (42,205,223).
#2acddf hex color red value is 42, green value is 205 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #2acddf hue: 0.52 , saturation: 0.74 and the lightness value of 2acddf is 0.52.
The process color (four color CMYK) of #2acddf color hex is 0.81, 0.08, 0.00, 0.13. Web safe color of #2acddf is #33cccc. Color #2acddf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101010 | 11001101 | 11011111 |
Octal | 52 | 315 | 337 |
Decimal | 42 | 205 | 223 |
Hex | 2A | CD | DF |
Shades of #2acddf
Tints of #2acddf
RGB Percentages of Color #2acddf
CMYK Percentages of Color #2acddf
Complementary Color
#2acddf | #df3c2a |
#2acddf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2acddf Color Preview on White Background
Lorem ipsum dolor sit amet.
#2acddf Color CSS Codes
.mybgcolor {background-color:#2acddf; } .myforecolor {color:#2acddf; } .mybordercolor {border:3px solid #2acddf; }
#2acddf Text Font Color
<p style="color:#2acddf">Text here</p>
This sample text font color is #2acddf
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.
#2acddf Background Color
<div style="background-color:#2acddf">
Div content here</div>
This div background color is #2acddf
#2acddf Border Color
<div style="border:3px solid #2acddf">
Div here</div>
This div border color is #2acddf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(42,205,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2acddf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2acddf; -webkit-box-shadow: 1px 1px 3px 2px #2acddf; box-shadow: 1px 1px 3px 2px #2acddf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(42,205,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2acddf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2acddf; -webkit-box-shadow: 1px 1px 3px 2px #2acddf; box-shadow: 1px 1px 3px 2px #2acddf;">
Div content here</div>
This div box has shadow with color #2acddf
Comments
No comments written yet.
Please login to write comment.