Color spaces of #34eddb
RGB | 52 | 237 | 219 |
---|---|---|---|
HSL | 0.48 | 0.84 | 0.57 |
HSV | 174° | 78° | 93° |
CMYK | 0.78 | 0.00 | 0.08 0.07 |
XYZ | 44.4865 | 66.4129 | 77.4921 |
Yxy | 66.4129 | 0.2361 | 0.3525 |
Hunter Lab | 81.4941 | -45.1740 | 0.6675 |
CIE-Lab | 85.2066 | -48.0254 | -4.0706 |
#34eddb color RGB value is (52,237,219).
#34eddb hex color red value is 52, green value is 237 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #34eddb hue: 0.48 , saturation: 0.84 and the lightness value of 34eddb is 0.57.
The process color (four color CMYK) of #34eddb color hex is 0.78, 0.00, 0.08, 0.07. Web safe color of #34eddb is #33ffcc. Color #34eddb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 11101101 | 11011011 |
Octal | 64 | 355 | 333 |
Decimal | 52 | 237 | 219 |
Hex | 34 | ED | DB |
Shades of #34eddb
Tints of #34eddb
RGB Percentages of Color #34eddb
CMYK Percentages of Color #34eddb
Complementary Color
#34eddb | #ed3446 |
#34eddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#34eddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#34eddb Color CSS Codes
.mybgcolor {background-color:#34eddb; } .myforecolor {color:#34eddb; } .mybordercolor {border:3px solid #34eddb; }
#34eddb Text Font Color
<p style="color:#34eddb">Text here</p>
This sample text font color is #34eddb
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.
#34eddb Background Color
<div style="background-color:#34eddb">
Div content here</div>
This div background color is #34eddb
#34eddb Border Color
<div style="border:3px solid #34eddb">
Div here</div>
This div border color is #34eddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,237,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #34eddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #34eddb; -webkit-box-shadow: 1px 1px 3px 2px #34eddb; box-shadow: 1px 1px 3px 2px #34eddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,237,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #34eddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #34eddb; -webkit-box-shadow: 1px 1px 3px 2px #34eddb; box-shadow: 1px 1px 3px 2px #34eddb;">
Div content here</div>
This div box has shadow with color #34eddb
Comments
No comments written yet.
Please login to write comment.