Color Hex Logo

#348798 Color Hex

#348798
(52,135,152)
0 Favorites   0 Comments

Color spaces of #348798

RGB 52135152
HSL0.530.490.40
HSV190°66°60°
CMYK 0.660.110.00   0.40
XYZ15.747620.325032.7989
Yxy20.32500.22870.2951
Hunter Lab45.0833-16.5456-11.5763
CIE-Lab52.2027-19.3593-16.4786

#348798 color RGB value is (52,135,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000111 10011000
Octal 64 207 230
Decimal 52 135 152
Hex 34 87 98

RGB Percentages of Color #348798

%15.34
%39.82
%44.84

CMYK Percentages of Color #348798

%66
%11
%0
%40

Triadic Colors of #348798

#348798 #983487 #879834

Analogous Colors of #348798

#348798 #345598 #349877

Monochromatic Colors of #348798

#348798

Complementary Color

#348798 #984534

#348798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#348798 Color CSS Codes

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

#348798 Text Font Color

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

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


#348798 Background Color

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

This div background color is #348798


#348798 Border Color

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

This div border color is #348798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348798


Comments

No comments written yet.

Please login to write comment.