Color spaces of #3aeeed
RGB | 58 | 238 | 237 |
---|---|---|---|
HSL | 0.50 | 0.84 | 0.58 |
HSV | 180° | 76° | 93° |
CMYK | 0.76 | 0.00 | 0.00 0.07 |
XYZ | 47.6055 | 68.1630 | 90.7685 |
Yxy | 68.1630 | 0.2305 | 0.3300 |
Hunter Lab | 82.5609 | -41.5565 | -7.3916 |
CIE-Lab | 86.0879 | -42.9556 | -12.2162 |
#3aeeed color RGB value is (58,238,237).
#3aeeed hex color red value is 58, green value is 238 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #3aeeed hue: 0.50 , saturation: 0.84 and the lightness value of 3aeeed is 0.58.
The process color (four color CMYK) of #3aeeed color hex is 0.76, 0.00, 0.00, 0.07. Web safe color of #3aeeed is #33ffff. Color #3aeeed contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 11101110 | 11101101 |
Octal | 72 | 356 | 355 |
Decimal | 58 | 238 | 237 |
Hex | 3A | EE | ED |
Shades of #3aeeed
Tints of #3aeeed
RGB Percentages of Color #3aeeed
CMYK Percentages of Color #3aeeed
Complementary Color
#3aeeed | #ee3a3b |
#3aeeed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3aeeed Color Preview on White Background
Lorem ipsum dolor sit amet.
#3aeeed Color CSS Codes
.mybgcolor {background-color:#3aeeed; } .myforecolor {color:#3aeeed; } .mybordercolor {border:3px solid #3aeeed; }
#3aeeed Text Font Color
<p style="color:#3aeeed">Text here</p>
This sample text font color is #3aeeed
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.
#3aeeed Background Color
<div style="background-color:#3aeeed">
Div content here</div>
This div background color is #3aeeed
#3aeeed Border Color
<div style="border:3px solid #3aeeed">
Div here</div>
This div border color is #3aeeed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,238,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3aeeed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3aeeed; -webkit-box-shadow: 1px 1px 3px 2px #3aeeed; box-shadow: 1px 1px 3px 2px #3aeeed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,238,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3aeeed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3aeeed; -webkit-box-shadow: 1px 1px 3px 2px #3aeeed; box-shadow: 1px 1px 3px 2px #3aeeed;">
Div content here</div>
This div box has shadow with color #3aeeed
Comments
No comments written yet.
Please login to write comment.