Color Hex Logo

#348e4e Color Hex

#348E4E
(52,142,78)
0 Favorites   0 Comments

Color spaces of #348e4e

RGB 5214278
HSL0.380.460.38
HSV137°63°56°
CMYK 0.630.000.45   0.44
XYZ12.464320.626110.5320
Yxy20.62610.28570.4728
Hunter Lab45.4160-30.489118.0418
CIE-Lab52.5378-41.394726.3607

#348e4e color RGB value is (52,142,78).

#348e4e hex color red value is 52, green value is 142 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #348e4e hue: 0.38 , saturation: 0.46 and the lightness value of 348e4e is 0.38.

The process color (four color CMYK) of #348e4e color hex is 0.63, 0.00, 0.45, 0.44. Web safe color of #348e4e is #339966. Color #348e4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001110 01001110
Octal 64 216 116
Decimal 52 142 78
Hex 34 8E 4E

RGB Percentages of Color #348e4e

%19.12
%52.21
%28.68

CMYK Percentages of Color #348e4e

%63
%0
%45
%44

Triadic Colors of #348e4e

#348e4e #4e348e #8e4e34

Analogous Colors of #348e4e

#348e4e #348e7b #478e34

Monochromatic Colors of #348e4e

#348e4e

Complementary Color

#348e4e #8e3474

#348e4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348e4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#348e4e Color CSS Codes

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

#348e4e Text Font Color

<p style="color:#348e4e">Text here</p>

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


#348e4e Background Color

<div style="background-color:#348e4e">
Div content here</div>

This div background color is #348e4e


#348e4e Border Color

<div style="border:3px solid #348e4e">
Div here</div>

This div border color is #348e4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,142,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #348e4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #348e4e;
  -webkit-box-shadow: 1px 1px 3px 2px #348e4e;
  box-shadow:         1px 1px 3px 2px #348e4e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348e4e


Comments

No comments written yet.

Please login to write comment.