Color Hex Logo

#349ade Color Hex

#349ADE
(52,154,222)
0 Favorites   0 Comments

Color spaces of #349ade

RGB 52154222
HSL0.570.720.54
HSV204°77°87°
CMYK 0.770.310.00   0.13
XYZ26.156629.115273.3484
Yxy29.11520.20340.2264
Hunter Lab53.9585-7.8988-42.8248
CIE-Lab60.8832-6.1677-42.7663

#349ade color RGB value is (52,154,222).

#349ade hex color red value is 52, green value is 154 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #349ade hue: 0.57 , saturation: 0.72 and the lightness value of 349ade is 0.54.

The process color (four color CMYK) of #349ade color hex is 0.77, 0.31, 0.00, 0.13. Web safe color of #349ade is #3399cc. Color #349ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011010 11011110
Octal 64 232 336
Decimal 52 154 222
Hex 34 9A DE

RGB Percentages of Color #349ade

%12.15
%35.98
%51.87

CMYK Percentages of Color #349ade

%77
%31
%0
%13

Triadic Colors of #349ade

#349ade #de349a #9ade34

Analogous Colors of #349ade

#349ade #3445de #34decd

Monochromatic Colors of #349ade

#349ade

Complementary Color

#349ade #de7834

#349ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#349ade Color CSS Codes

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

#349ade Text Font Color

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

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


#349ade Background Color

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

This div background color is #349ade


#349ade Border Color

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

This div border color is #349ade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,154,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #349ade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #349ade;
  -webkit-box-shadow: 1px 1px 3px 2px #349ade;
  box-shadow:         1px 1px 3px 2px #349ade; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349ade


Comments

No comments written yet.

Please login to write comment.