Color Hex Logo

#348e8d Color Hex

#348E8D
(52,142,141)
0 Favorites   0 Comments

Color spaces of #348e8d

RGB 52142141
HSL0.500.460.38
HSV179°63°56°
CMYK 0.630.000.01   0.44
XYZ15.896921.999228.6077
Yxy21.99920.23900.3308
Hunter Lab46.9033-21.5819-3.3304
CIE-Lab54.0262-26.3540-7.3619

#348e8d color RGB value is (52,142,141).

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

The process color (four color CMYK) of #348e8d color hex is 0.63, 0.00, 0.01, 0.44. Web safe color of #348e8d is #339999. Color #348e8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001110 10001101
Octal 64 216 215
Decimal 52 142 141
Hex 34 8E 8D

RGB Percentages of Color #348e8d

%15.52
%42.39
%42.09

CMYK Percentages of Color #348e8d

%63
%0
%1
%44

Triadic Colors of #348e8d

#348e8d #8d348e #8e8d34

Analogous Colors of #348e8d

#348e8d #34628e #348e60

Monochromatic Colors of #348e8d

#348e8d

Complementary Color

#348e8d #8e3435

#348e8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348e8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#348e8d Color CSS Codes

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

#348e8d Text Font Color

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

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


#348e8d Background Color

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

This div background color is #348e8d


#348e8d Border Color

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

This div border color is #348e8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348e8d


Comments

No comments written yet.

Please login to write comment.