Color Hex Logo

#348a8d Color Hex

#348A8D
(52,138,141)
0 Favorites   0 Comments

Color spaces of #348a8d

RGB 52138141
HSL0.510.460.38
HSV182°63°55°
CMYK 0.630.020.00   0.45
XYZ15.312420.830128.4129
Yxy20.83010.23720.3227
Hunter Lab45.6400-19.9826-4.9626
CIE-Lab52.7630-24.3281-9.2482

#348a8d color RGB value is (52,138,141).

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

The process color (four color CMYK) of #348a8d color hex is 0.63, 0.02, 0.00, 0.45. Web safe color of #348a8d is #339999. Color #348a8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001010 10001101
Octal 64 212 215
Decimal 52 138 141
Hex 34 8A 8D

RGB Percentages of Color #348a8d

%15.71
%41.69
%42.60

CMYK Percentages of Color #348a8d

%63
%2
%0
%45

Triadic Colors of #348a8d

#348a8d #8d348a #8a8d34

Analogous Colors of #348a8d

#348a8d #345e8d #348d64

Monochromatic Colors of #348a8d

#348a8d

Complementary Color

#348a8d #8d3734

#348a8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348a8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#348a8d Color CSS Codes

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

#348a8d Text Font Color

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

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


#348a8d Background Color

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

This div background color is #348a8d


#348a8d Border Color

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

This div border color is #348a8d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,138,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 #348a8d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348a8d


Comments

No comments written yet.

Please login to write comment.