Color Hex Logo

#34b855 Color Hex

#34B855
(52,184,85)
0 Favorites   0 Comments

Color spaces of #34b855

RGB 5218485
HSL0.380.560.46
HSV135°72°72°
CMYK 0.720.000.54   0.28
XYZ20.196435.666914.4143
Yxy35.66690.28740.5075
Hunter Lab59.7218-44.148927.4952
CIE-Lab66.2646-56.223439.9042

#34b855 color RGB value is (52,184,85).

#34b855 hex color red value is 52, green value is 184 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #34b855 hue: 0.38 , saturation: 0.56 and the lightness value of 34b855 is 0.46.

The process color (four color CMYK) of #34b855 color hex is 0.72, 0.00, 0.54, 0.28. Web safe color of #34b855 is #33cc66. Color #34b855 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10111000 01010101
Octal 64 270 125
Decimal 52 184 85
Hex 34 B8 55

RGB Percentages of Color #34b855

%16.20
%57.32
%26.48

CMYK Percentages of Color #34b855

%72
%0
%54
%28

Triadic Colors of #34b855

#34b855 #5534b8 #b85534

Analogous Colors of #34b855

#34b855 #34b897 #55b834

Monochromatic Colors of #34b855

#34b855

Complementary Color

#34b855 #b83497

#34b855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34b855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#34b855 Color CSS Codes

.mybgcolor {background-color:#34b855; } 
.myforecolor {color:#34b855; }
.mybordercolor {border:3px solid #34b855; }

#34b855 Text Font Color

<p style="color:#34b855">Text here</p>

This sample text font color is #34b855
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.


#34b855 Background Color

<div style="background-color:#34b855">
Div content here</div>

This div background color is #34b855


#34b855 Border Color

<div style="border:3px solid #34b855">
Div here</div>

This div border color is #34b855


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,184,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34b855; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34b855;
  -webkit-box-shadow: 1px 1px 3px 2px #34b855;
  box-shadow:         1px 1px 3px 2px #34b855; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,184,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #34b855">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #34b855;
  -webkit-box-shadow: 1px 1px 3px 2px #34b855;
  box-shadow:         1px 1px 3px 2px #34b855;">
Div content here</div>

This div box has shadow with color #34b855


Comments

No comments written yet.

Please login to write comment.