Color Hex Logo

#349cde Color Hex

#349CDE
(52,156,222)
0 Favorites   0 Comments

Color spaces of #349cde

RGB 52156222
HSL0.560.720.54
HSV203°77°87°
CMYK 0.770.300.00   0.13
XYZ26.489529.780973.4594
Yxy29.78090.20420.2296
Hunter Lab54.5719-8.8559-41.6102
CIE-Lab61.4647-7.3004-41.8521

#349cde color RGB value is (52,156,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011100 11011110
Octal 64 234 336
Decimal 52 156 222
Hex 34 9C DE

RGB Percentages of Color #349cde

%12.09
%36.28
%51.63

CMYK Percentages of Color #349cde

%77
%30
%0
%13

Triadic Colors of #349cde

#349cde #de349c #9cde34

Analogous Colors of #349cde

#349cde #3447de #34decb

Monochromatic Colors of #349cde

#349cde

Complementary Color

#349cde #de7634

#349cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#349cde Color CSS Codes

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

#349cde Text Font Color

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

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


#349cde Background Color

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

This div background color is #349cde


#349cde Border Color

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

This div border color is #349cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349cde


Comments

No comments written yet.

Please login to write comment.