Color Hex Logo

#347fae Color Hex

#347FAE
(52,127,174)
0 Favorites   0 Comments

Color spaces of #347fae

RGB 52127174
HSL0.560.540.44
HSV203°70°68°
CMYK 0.700.270.00   0.32
XYZ16.645518.964842.8277
Yxy18.96480.21220.2418
Hunter Lab43.5486-7.9823-27.8245
CIE-Lab50.6460-7.5262-31.6315

#347fae color RGB value is (52,127,174).

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

The process color (four color CMYK) of #347fae color hex is 0.70, 0.27, 0.00, 0.32. Web safe color of #347fae is #336699. Color #347fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111111 10101110
Octal 64 177 256
Decimal 52 127 174
Hex 34 7F AE

RGB Percentages of Color #347fae

%14.73
%35.98
%49.29

CMYK Percentages of Color #347fae

%70
%27
%0
%32

Triadic Colors of #347fae

#347fae #ae347f #7fae34

Analogous Colors of #347fae

#347fae #3442ae #34aea0

Monochromatic Colors of #347fae

#347fae

Complementary Color

#347fae #ae6334

#347fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#347fae Color CSS Codes

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

#347fae Text Font Color

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

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


#347fae Background Color

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

This div background color is #347fae


#347fae Border Color

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

This div border color is #347fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347fae


Comments

No comments written yet.

Please login to write comment.