Color spaces of #34dfad
RGB | 52 | 223 | 173 |
---|---|---|---|
HSL | 0.45 | 0.73 | 0.54 |
HSV | 162° | 77° | 87° |
CMYK | 0.77 | 0.00 | 0.22 0.13 |
XYZ | 35.3467 | 56.5225 | 48.5821 |
Yxy | 56.5225 | 0.2517 | 0.4024 |
Hunter Lab | 75.1814 | -47.6454 | 14.3139 |
CIE-Lab | 79.9103 | -53.8446 | 12.5348 |
#34dfad color RGB value is (52,223,173).
#34dfad hex color red value is 52, green value is 223 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #34dfad hue: 0.45 , saturation: 0.73 and the lightness value of 34dfad is 0.54.
The process color (four color CMYK) of #34dfad color hex is 0.77, 0.00, 0.22, 0.13. Web safe color of #34dfad is #33cc99. Color #34dfad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 11011111 | 10101101 |
Octal | 64 | 337 | 255 |
Decimal | 52 | 223 | 173 |
Hex | 34 | DF | AD |
Shades of #34dfad
Tints of #34dfad
RGB Percentages of Color #34dfad
CMYK Percentages of Color #34dfad
Complementary Color
#34dfad | #df3466 |
#34dfad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#34dfad Color Preview on White Background
Lorem ipsum dolor sit amet.
#34dfad Color CSS Codes
.mybgcolor {background-color:#34dfad; } .myforecolor {color:#34dfad; } .mybordercolor {border:3px solid #34dfad; }
#34dfad Text Font Color
<p style="color:#34dfad">Text here</p>
This sample text font color is #34dfad
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.
#34dfad Background Color
<div style="background-color:#34dfad">
Div content here</div>
This div background color is #34dfad
#34dfad Border Color
<div style="border:3px solid #34dfad">
Div here</div>
This div border color is #34dfad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,223,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #34dfad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #34dfad; -webkit-box-shadow: 1px 1px 3px 2px #34dfad; box-shadow: 1px 1px 3px 2px #34dfad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,223,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #34dfad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #34dfad; -webkit-box-shadow: 1px 1px 3px 2px #34dfad; box-shadow: 1px 1px 3px 2px #34dfad;">
Div content here</div>
This div box has shadow with color #34dfad
Comments
No comments written yet.
Please login to write comment.