Color Hex Logo

#34af38 Color Hex

#34AF38
(52,175,56)
0 Favorites   0 Comments

Color spaces of #34af38

RGB 5217556
HSL0.340.540.45
HSV122°70°69°
CMYK 0.700.000.68   0.31
XYZ17.460031.67558.9351
Yxy31.67550.30070.5455
Hunter Lab56.2810-43.115829.9839
CIE-Lab63.0738-56.603949.4228

#34af38 color RGB value is (52,175,56).

#34af38 hex color red value is 52, green value is 175 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #34af38 hue: 0.34 , saturation: 0.54 and the lightness value of 34af38 is 0.45.

The process color (four color CMYK) of #34af38 color hex is 0.70, 0.00, 0.68, 0.31. Web safe color of #34af38 is #339933. Color #34af38 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10101111 00111000
Octal 64 257 70
Decimal 52 175 56
Hex 34 AF 38

RGB Percentages of Color #34af38

%18.37
%61.84
%19.79

CMYK Percentages of Color #34af38

%70
%0
%68
%31

Triadic Colors of #34af38

#34af38 #3834af #af3834

Analogous Colors of #34af38

#34af38 #34af76 #6eaf34

Monochromatic Colors of #34af38

#34af38

Complementary Color

#34af38 #af34ab

#34af38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34af38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#34af38 Color CSS Codes

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

#34af38 Text Font Color

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

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


#34af38 Background Color

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

This div background color is #34af38


#34af38 Border Color

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

This div border color is #34af38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34af38


Comments

No comments written yet.

Please login to write comment.