Color Hex Logo

#349eed Color Hex

#349EED
(52,158,237)
0 Favorites   0 Comments

Color spaces of #349eed

RGB 52158237
HSL0.570.840.57
HSV206°78°93°
CMYK 0.780.330.00   0.07
XYZ28.929131.298284.6372
Yxy31.29820.19970.2161
Hunter Lab55.9448-5.6009-50.5367
CIE-Lab62.7586-3.1441-48.1018

#349eed color RGB value is (52,158,237).

#349eed hex color red value is 52, green value is 158 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #349eed hue: 0.57 , saturation: 0.84 and the lightness value of 349eed is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011110 11101101
Octal 64 236 355
Decimal 52 158 237
Hex 34 9E ED

RGB Percentages of Color #349eed

%11.63
%35.35
%53.02

CMYK Percentages of Color #349eed

%78
%33
%0
%7

Triadic Colors of #349eed

#349eed #ed349e #9eed34

Analogous Colors of #349eed

#349eed #3442ed #34ede0

Monochromatic Colors of #349eed

#349eed

Complementary Color

#349eed #ed8334

#349eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#349eed Color CSS Codes

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

#349eed Text Font Color

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

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


#349eed Background Color

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

This div background color is #349eed


#349eed Border Color

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

This div border color is #349eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349eed


Comments

No comments written yet.

Please login to write comment.