Color Hex Logo

#349afa Color Hex

#349AFA
(52,154,250)
0 Favorites   0 Comments

Color spaces of #349afa

RGB 52154250
HSL0.580.950.59
HSV209°79°98°
CMYK 0.790.380.00   0.02
XYZ30.227130.743494.7834
Yxy30.74340.19410.1974
Hunter Lab55.44670.2785-62.5406
CIE-Lab62.29043.8306-55.9816

#349afa color RGB value is (52,154,250).

#349afa hex color red value is 52, green value is 154 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #349afa hue: 0.58 , saturation: 0.95 and the lightness value of 349afa is 0.59.

The process color (four color CMYK) of #349afa color hex is 0.79, 0.38, 0.00, 0.02. Web safe color of #349afa is #3399ff. Color #349afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011010 11111010
Octal 64 232 372
Decimal 52 154 250
Hex 34 9A FA

RGB Percentages of Color #349afa

%11.40
%33.77
%54.82

CMYK Percentages of Color #349afa

%79
%38
%0
%2

Triadic Colors of #349afa

#349afa #fa349a #9afa34

Analogous Colors of #349afa

#349afa #3437fa #34faf7

Monochromatic Colors of #349afa

#349afa

Complementary Color

#349afa #fa9434

#349afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#349afa Color CSS Codes

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

#349afa Text Font Color

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

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


#349afa Background Color

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

This div background color is #349afa


#349afa Border Color

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

This div border color is #349afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349afa


Comments

No comments written yet.

Please login to write comment.