Color spaces of #3faeae
RGB | 63 | 174 | 174 |
---|---|---|---|
HSL | 0.50 | 0.47 | 0.46 |
HSV | 180° | 64° | 68° |
CMYK | 0.64 | 0.00 | 0.00 0.32 |
XYZ | 24.8259 | 34.3849 | 45.3729 |
Yxy | 34.3849 | 0.2374 | 0.3288 |
Hunter Lab | 58.6386 | -27.0459 | -4.8299 |
CIE-Lab | 65.2669 | -30.6747 | -9.2702 |
#3faeae color RGB value is (63,174,174).
#3faeae hex color red value is 63, green value is 174 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #3faeae hue: 0.50 , saturation: 0.47 and the lightness value of 3faeae is 0.46.
The process color (four color CMYK) of #3faeae color hex is 0.64, 0.00, 0.00, 0.32. Web safe color of #3faeae is #339999. Color #3faeae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111111 | 10101110 | 10101110 |
Octal | 77 | 256 | 256 |
Decimal | 63 | 174 | 174 |
Hex | 3F | AE | AE |
Shades of #3faeae
Tints of #3faeae
RGB Percentages of Color #3faeae
CMYK Percentages of Color #3faeae
Complementary Color
#3faeae | #ae3f3f |
#3faeae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3faeae Color Preview on White Background
Lorem ipsum dolor sit amet.
#3faeae Color CSS Codes
.mybgcolor {background-color:#3faeae; } .myforecolor {color:#3faeae; } .mybordercolor {border:3px solid #3faeae; }
#3faeae Text Font Color
<p style="color:#3faeae">Text here</p>
This sample text font color is #3faeae
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.
#3faeae Background Color
<div style="background-color:#3faeae">
Div content here</div>
This div background color is #3faeae
#3faeae Border Color
<div style="border:3px solid #3faeae">
Div here</div>
This div border color is #3faeae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(63,174,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3faeae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3faeae; -webkit-box-shadow: 1px 1px 3px 2px #3faeae; box-shadow: 1px 1px 3px 2px #3faeae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(63,174,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 #3faeae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3faeae; -webkit-box-shadow: 1px 1px 3px 2px #3faeae; box-shadow: 1px 1px 3px 2px #3faeae;">
Div content here</div>
This div box has shadow with color #3faeae
Comments
No comments written yet.
Please login to write comment.