Color Hex Logo

#348dae Color Hex

#348DAE
(52,141,174)
0 Favorites   0 Comments

Color spaces of #348dae

RGB 52141174
HSL0.550.540.44
HSV196°70°68°
CMYK 0.700.190.00   0.32
XYZ18.581022.835843.4728
Yxy22.83580.21890.2690
Hunter Lab47.7868-14.2206-20.4867
CIE-Lab54.9028-15.4270-25.0243

#348dae color RGB value is (52,141,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001101 10101110
Octal 64 215 256
Decimal 52 141 174
Hex 34 8D AE

RGB Percentages of Color #348dae

%14.17
%38.42
%47.41

CMYK Percentages of Color #348dae

%70
%19
%0
%32

Triadic Colors of #348dae

#348dae #ae348d #8dae34

Analogous Colors of #348dae

#348dae #3450ae #34ae92

Monochromatic Colors of #348dae

#348dae

Complementary Color

#348dae #ae5534

#348dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#348dae Color CSS Codes

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

#348dae Text Font Color

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

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


#348dae Background Color

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

This div background color is #348dae


#348dae Border Color

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

This div border color is #348dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348dae


Comments

No comments written yet.

Please login to write comment.