Color Hex Logo

#348bae Color Hex

#348BAE
(52,139,174)
0 Favorites   0 Comments

Color spaces of #348bae

RGB 52139174
HSL0.550.540.44
HSV197°70°68°
CMYK 0.700.200.00   0.32
XYZ18.288822.251343.3754
Yxy22.25130.21790.2652
Hunter Lab47.1713-13.3434-21.4990
CIE-Lab54.2926-14.3261-25.9663

#348bae color RGB value is (52,139,174).

#348bae hex color red value is 52, green value is 139 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #348bae hue: 0.55 , saturation: 0.54 and the lightness value of 348bae is 0.44.

The process color (four color CMYK) of #348bae color hex is 0.70, 0.20, 0.00, 0.32. Web safe color of #348bae is #339999. Color #348bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001011 10101110
Octal 64 213 256
Decimal 52 139 174
Hex 34 8B AE

RGB Percentages of Color #348bae

%14.25
%38.08
%47.67

CMYK Percentages of Color #348bae

%70
%20
%0
%32

Triadic Colors of #348bae

#348bae #ae348b #8bae34

Analogous Colors of #348bae

#348bae #344eae #34ae94

Monochromatic Colors of #348bae

#348bae

Complementary Color

#348bae #ae5734

#348bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#348bae Color CSS Codes

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

#348bae Text Font Color

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

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


#348bae Background Color

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

This div background color is #348bae


#348bae Border Color

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

This div border color is #348bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348bae


Comments

No comments written yet.

Please login to write comment.