Color spaces of #2aedce
RGB | 42 | 237 | 206 |
---|---|---|---|
HSL | 0.47 | 0.84 | 0.55 |
HSV | 170° | 82° | 93° |
CMYK | 0.82 | 0.00 | 0.13 0.07 |
XYZ | 42.3796 | 65.5168 | 68.8049 |
Yxy | 65.5168 | 0.2398 | 0.3708 |
Hunter Lab | 80.9424 | -48.1908 | 6.2604 |
CIE-Lab | 84.7493 | -52.2825 | 2.0798 |
#2aedce color RGB value is (42,237,206).
#2aedce hex color red value is 42, green value is 237 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #2aedce hue: 0.47 , saturation: 0.84 and the lightness value of 2aedce is 0.55.
The process color (four color CMYK) of #2aedce color hex is 0.82, 0.00, 0.13, 0.07. Web safe color of #2aedce is #33ffcc. Color #2aedce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101010 | 11101101 | 11001110 |
Octal | 52 | 355 | 316 |
Decimal | 42 | 237 | 206 |
Hex | 2A | ED | CE |
Shades of #2aedce
Tints of #2aedce
RGB Percentages of Color #2aedce
CMYK Percentages of Color #2aedce
Complementary Color
#2aedce | #ed2a49 |
#2aedce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2aedce Color Preview on White Background
Lorem ipsum dolor sit amet.
#2aedce Color CSS Codes
.mybgcolor {background-color:#2aedce; } .myforecolor {color:#2aedce; } .mybordercolor {border:3px solid #2aedce; }
#2aedce Text Font Color
<p style="color:#2aedce">Text here</p>
This sample text font color is #2aedce
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.
#2aedce Background Color
<div style="background-color:#2aedce">
Div content here</div>
This div background color is #2aedce
#2aedce Border Color
<div style="border:3px solid #2aedce">
Div here</div>
This div border color is #2aedce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(42,237,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2aedce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2aedce; -webkit-box-shadow: 1px 1px 3px 2px #2aedce; box-shadow: 1px 1px 3px 2px #2aedce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(42,237,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2aedce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2aedce; -webkit-box-shadow: 1px 1px 3px 2px #2aedce; box-shadow: 1px 1px 3px 2px #2aedce;">
Div content here</div>
This div box has shadow with color #2aedce
Comments
No comments written yet.
Please login to write comment.