Color Hex Logo

#349aef Color Hex

#349AEF
(52,154,239)
0 Favorites   0 Comments

Color spaces of #349aef

RGB 52154239
HSL0.580.850.57
HSV207°78°94°
CMYK 0.780.360.00   0.06
XYZ28.551830.073385.9612
Yxy30.07330.19750.2080
Hunter Lab54.8391-3.0331-54.5506
CIE-Lab61.7174-0.1249-50.8508

#349aef color RGB value is (52,154,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011010 11101111
Octal 64 232 357
Decimal 52 154 239
Hex 34 9A EF

RGB Percentages of Color #349aef

%11.69
%34.61
%53.71

CMYK Percentages of Color #349aef

%78
%36
%0
%6

Triadic Colors of #349aef

#349aef #ef349a #9aef34

Analogous Colors of #349aef

#349aef #343def #34efe7

Monochromatic Colors of #349aef

#349aef

Complementary Color

#349aef #ef8934

#349aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#349aef Color CSS Codes

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

#349aef Text Font Color

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

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


#349aef Background Color

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

This div background color is #349aef


#349aef Border Color

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

This div border color is #349aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349aef


Comments

No comments written yet.

Please login to write comment.