Color Hex Logo

#348eae Color Hex

#348EAE
(52,142,174)
0 Favorites   0 Comments

Color spaces of #348eae

RGB 52142174
HSL0.540.540.44
HSV196°70°68°
CMYK 0.700.180.00   0.32
XYZ18.729223.132143.5222
Yxy23.13210.21940.2709
Hunter Lab48.0958-14.6573-19.9848
CIE-Lab55.2081-15.9737-24.5536

#348eae color RGB value is (52,142,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001110 10101110
Octal 64 216 256
Decimal 52 142 174
Hex 34 8E AE

RGB Percentages of Color #348eae

%14.13
%38.59
%47.28

CMYK Percentages of Color #348eae

%70
%18
%0
%32

Triadic Colors of #348eae

#348eae #ae348e #8eae34

Analogous Colors of #348eae

#348eae #3451ae #34ae91

Monochromatic Colors of #348eae

#348eae

Complementary Color

#348eae #ae5434

#348eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#348eae Color CSS Codes

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

#348eae Text Font Color

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

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


#348eae Background Color

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

This div background color is #348eae


#348eae Border Color

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

This div border color is #348eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348eae


Comments

No comments written yet.

Please login to write comment.