Color Hex Logo

#349edb Color Hex

#349EDB
(52,158,219)
0 Favorites   0 Comments

Color spaces of #349edb

RGB 52158219
HSL0.560.700.53
HSV202°76°86°
CMYK 0.760.280.00   0.14
XYZ26.429230.298371.4730
Yxy30.29830.20620.2363
Hunter Lab55.0439-10.6204-38.4557
CIE-Lab61.9108-9.4710-39.4875

#349edb color RGB value is (52,158,219).

#349edb hex color red value is 52, green value is 158 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #349edb hue: 0.56 , saturation: 0.70 and the lightness value of 349edb is 0.53.

The process color (four color CMYK) of #349edb color hex is 0.76, 0.28, 0.00, 0.14. Web safe color of #349edb is #3399cc. Color #349edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011110 11011011
Octal 64 236 333
Decimal 52 158 219
Hex 34 9E DB

RGB Percentages of Color #349edb

%12.12
%36.83
%51.05

CMYK Percentages of Color #349edb

%76
%28
%0
%14

Triadic Colors of #349edb

#349edb #db349e #9edb34

Analogous Colors of #349edb

#349edb #344bdb #34dbc5

Monochromatic Colors of #349edb

#349edb

Complementary Color

#349edb #db7134

#349edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#349edb Color CSS Codes

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

#349edb Text Font Color

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

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


#349edb Background Color

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

This div background color is #349edb


#349edb Border Color

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

This div border color is #349edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349edb


Comments

No comments written yet.

Please login to write comment.