Color Hex Logo

#348793 Color Hex

#348793
(52,135,147)
0 Favorites   0 Comments

Color spaces of #348793

RGB 52135147
HSL0.520.480.39
HSV188°65°58°
CMYK 0.650.080.00   0.42
XYZ15.346620.164630.6871
Yxy20.16460.23180.3046
Hunter Lab44.9050-17.5802-9.0840
CIE-Lab52.0228-20.9350-13.8472

#348793 color RGB value is (52,135,147).

#348793 hex color red value is 52, green value is 135 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #348793 hue: 0.52 , saturation: 0.48 and the lightness value of 348793 is 0.39.

The process color (four color CMYK) of #348793 color hex is 0.65, 0.08, 0.00, 0.42. Web safe color of #348793 is #339999. Color #348793 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000111 10010011
Octal 64 207 223
Decimal 52 135 147
Hex 34 87 93

RGB Percentages of Color #348793

%15.57
%40.42
%44.01

CMYK Percentages of Color #348793

%65
%8
%0
%42

Triadic Colors of #348793

#348793 #933487 #879334

Analogous Colors of #348793

#348793 #345893 #349370

Monochromatic Colors of #348793

#348793

Complementary Color

#348793 #934034

#348793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#348793 Color CSS Codes

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

#348793 Text Font Color

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

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


#348793 Background Color

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

This div background color is #348793


#348793 Border Color

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

This div border color is #348793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348793


Comments

No comments written yet.

Please login to write comment.