Color Hex Logo

#349dec Color Hex

#349DEC
(52,157,236)
0 Favorites   0 Comments

Color spaces of #349dec

RGB 52157236
HSL0.570.830.56
HSV206°78°93°
CMYK 0.780.330.00   0.07
XYZ28.613530.900183.8131
Yxy30.90010.19960.2156
Hunter Lab55.5879-5.3970-50.4835
CIE-Lab62.4232-2.9261-48.0812

#349dec color RGB value is (52,157,236).

#349dec hex color red value is 52, green value is 157 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #349dec hue: 0.57 , saturation: 0.83 and the lightness value of 349dec is 0.56.

The process color (four color CMYK) of #349dec color hex is 0.78, 0.33, 0.00, 0.07. Web safe color of #349dec is #3399ff. Color #349dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011101 11101100
Octal 64 235 354
Decimal 52 157 236
Hex 34 9D EC

RGB Percentages of Color #349dec

%11.69
%35.28
%53.03

CMYK Percentages of Color #349dec

%78
%33
%0
%7

Triadic Colors of #349dec

#349dec #ec349d #9dec34

Analogous Colors of #349dec

#349dec #3441ec #34ecdf

Monochromatic Colors of #349dec

#349dec

Complementary Color

#349dec #ec8334

#349dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#349dec Color CSS Codes

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

#349dec Text Font Color

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

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


#349dec Background Color

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

This div background color is #349dec


#349dec Border Color

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

This div border color is #349dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349dec


Comments

No comments written yet.

Please login to write comment.