Color spaces of #34bf6e
RGB | 52 | 191 | 110 |
---|---|---|---|
HSL | 0.40 | 0.57 | 0.48 |
HSV | 145° | 73° | 75° |
CMYK | 0.73 | 0.00 | 0.42 0.25 |
XYZ | 22.8614 | 39.1175 | 21.0974 |
Yxy | 39.1175 | 0.2752 | 0.4709 |
Hunter Lab | 62.5440 | -44.2057 | 23.7810 |
CIE-Lab | 68.8363 | -54.7230 | 30.5376 |
#34bf6e color RGB value is (52,191,110).
#34bf6e hex color red value is 52, green value is 191 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #34bf6e hue: 0.40 , saturation: 0.57 and the lightness value of 34bf6e is 0.48.
The process color (four color CMYK) of #34bf6e color hex is 0.73, 0.00, 0.42, 0.25. Web safe color of #34bf6e is #33cc66. Color #34bf6e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 10111111 | 01101110 |
Octal | 64 | 277 | 156 |
Decimal | 52 | 191 | 110 |
Hex | 34 | BF | 6E |
Shades of #34bf6e
Tints of #34bf6e
RGB Percentages of Color #34bf6e
CMYK Percentages of Color #34bf6e
Complementary Color
#34bf6e | #bf3485 |
#34bf6e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#34bf6e Color Preview on White Background
Lorem ipsum dolor sit amet.
#34bf6e Color CSS Codes
.mybgcolor {background-color:#34bf6e; } .myforecolor {color:#34bf6e; } .mybordercolor {border:3px solid #34bf6e; }
#34bf6e Text Font Color
<p style="color:#34bf6e">Text here</p>
This sample text font color is #34bf6e
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.
#34bf6e Background Color
<div style="background-color:#34bf6e">
Div content here</div>
This div background color is #34bf6e
#34bf6e Border Color
<div style="border:3px solid #34bf6e">
Div here</div>
This div border color is #34bf6e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,191,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #34bf6e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #34bf6e; -webkit-box-shadow: 1px 1px 3px 2px #34bf6e; box-shadow: 1px 1px 3px 2px #34bf6e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,191,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #34bf6e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #34bf6e; -webkit-box-shadow: 1px 1px 3px 2px #34bf6e; box-shadow: 1px 1px 3px 2px #34bf6e;">
Div content here</div>
This div box has shadow with color #34bf6e
Comments
No comments written yet.
Please login to write comment.