Color Hex Logo

#349eef Color Hex

#349EEF
(52,158,239)
0 Favorites   0 Comments

Color spaces of #349eef

RGB 52158239
HSL0.570.850.57
HSV206°78°94°
CMYK 0.780.340.00   0.06
XYZ29.223031.415886.1850
Yxy31.41580.19900.2140
Hunter Lab56.0498-5.0216-51.9324
CIE-Lab62.8571-2.4336-49.0461

#349eef color RGB value is (52,158,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011110 11101111
Octal 64 236 357
Decimal 52 158 239
Hex 34 9E EF

RGB Percentages of Color #349eef

%11.58
%35.19
%53.23

CMYK Percentages of Color #349eef

%78
%34
%0
%6

Triadic Colors of #349eef

#349eef #ef349e #9eef34

Analogous Colors of #349eef

#349eef #3441ef #34efe3

Monochromatic Colors of #349eef

#349eef

Complementary Color

#349eef #ef8534

#349eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#349eef Color CSS Codes

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

#349eef Text Font Color

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

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


#349eef Background Color

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

This div background color is #349eef


#349eef Border Color

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

This div border color is #349eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349eef


Comments

No comments written yet.

Please login to write comment.