Color spaces of #3afeef
RGB | 58 | 254 | 239 |
---|---|---|---|
HSL | 0.49 | 0.99 | 0.61 |
HSV | 175° | 77° | 100° |
CMYK | 0.77 | 0.00 | 0.06 0.00 |
XYZ | 52.7667 | 78.0152 | 93.9387 |
Yxy | 78.0152 | 0.2348 | 0.3472 |
Hunter Lab | 88.3262 | -47.9337 | -1.2291 |
CIE-Lab | 90.7868 | -49.3493 | -6.2809 |
#3afeef color RGB value is (58,254,239).
#3afeef hex color red value is 58, green value is 254 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #3afeef hue: 0.49 , saturation: 0.99 and the lightness value of 3afeef is 0.61.
The process color (four color CMYK) of #3afeef color hex is 0.77, 0.00, 0.06, 0.00. Web safe color of #3afeef is #33ffff. Color #3afeef contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 11111110 | 11101111 |
Octal | 72 | 376 | 357 |
Decimal | 58 | 254 | 239 |
Hex | 3A | FE | EF |
Shades of #3afeef
Tints of #3afeef
RGB Percentages of Color #3afeef
CMYK Percentages of Color #3afeef
Complementary Color
#3afeef | #fe3a49 |
#3afeef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3afeef Color Preview on White Background
Lorem ipsum dolor sit amet.
#3afeef Color CSS Codes
.mybgcolor {background-color:#3afeef; } .myforecolor {color:#3afeef; } .mybordercolor {border:3px solid #3afeef; }
#3afeef Text Font Color
<p style="color:#3afeef">Text here</p>
This sample text font color is #3afeef
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.
#3afeef Background Color
<div style="background-color:#3afeef">
Div content here</div>
This div background color is #3afeef
#3afeef Border Color
<div style="border:3px solid #3afeef">
Div here</div>
This div border color is #3afeef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,254,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3afeef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3afeef; -webkit-box-shadow: 1px 1px 3px 2px #3afeef; box-shadow: 1px 1px 3px 2px #3afeef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,254,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3afeef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3afeef; -webkit-box-shadow: 1px 1px 3px 2px #3afeef; box-shadow: 1px 1px 3px 2px #3afeef;">
Div content here</div>
This div box has shadow with color #3afeef
Comments
No comments written yet.
Please login to write comment.