Color Hex Logo

#348c98 Color Hex

#348C98
(52,140,152)
0 Favorites   0 Comments

Color spaces of #348c98

RGB 52140152
HSL0.520.490.40
HSV187°66°60°
CMYK 0.660.080.00   0.40
XYZ16.461821.753233.0369
Yxy21.75320.23100.3053
Hunter Lab46.6403-18.6186-9.3489
CIE-Lab53.7642-21.9995-14.1099

#348c98 color RGB value is (52,140,152).

#348c98 hex color red value is 52, green value is 140 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #348c98 hue: 0.52 , saturation: 0.49 and the lightness value of 348c98 is 0.40.

The process color (four color CMYK) of #348c98 color hex is 0.66, 0.08, 0.00, 0.40. Web safe color of #348c98 is #339999. Color #348c98 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001100 10011000
Octal 64 214 230
Decimal 52 140 152
Hex 34 8C 98

RGB Percentages of Color #348c98

%15.12
%40.70
%44.19

CMYK Percentages of Color #348c98

%66
%8
%0
%40

Triadic Colors of #348c98

#348c98 #98348c #8c9834

Analogous Colors of #348c98

#348c98 #345a98 #349872

Monochromatic Colors of #348c98

#348c98

Complementary Color

#348c98 #984034

#348c98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348c98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#348c98 Color CSS Codes

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

#348c98 Text Font Color

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

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


#348c98 Background Color

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

This div background color is #348c98


#348c98 Border Color

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

This div border color is #348c98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348c98


Comments

No comments written yet.

Please login to write comment.