Color Hex Logo

#349fde Color Hex

#349FDE
(52,159,222)
0 Favorites   0 Comments

Color spaces of #349fde

RGB 52159222
HSL0.560.720.54
HSV202°77°87°
CMYK 0.770.280.00   0.13
XYZ26.999130.800373.6293
Yxy30.80030.20540.2343
Hunter Lab55.4980-10.2835-39.8115
CIE-Lab62.3387-8.9865-40.4803

#349fde color RGB value is (52,159,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011111 11011110
Octal 64 237 336
Decimal 52 159 222
Hex 34 9F DE

RGB Percentages of Color #349fde

%12.01
%36.72
%51.27

CMYK Percentages of Color #349fde

%77
%28
%0
%13

Triadic Colors of #349fde

#349fde #de349f #9fde34

Analogous Colors of #349fde

#349fde #344ade #34dec8

Monochromatic Colors of #349fde

#349fde

Complementary Color

#349fde #de7334

#349fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#349fde Color CSS Codes

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

#349fde Text Font Color

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

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


#349fde Background Color

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

This div background color is #349fde


#349fde Border Color

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

This div border color is #349fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349fde


Comments

No comments written yet.

Please login to write comment.