Color Hex Logo

#349ecd Color Hex

#349ECD
(52,158,205)
0 Favorites   0 Comments

Color spaces of #349ecd

RGB 52158205
HSL0.550.600.50
HSV198°75°80°
CMYK 0.750.230.00   0.20
XYZ24.662529.591662.1695
Yxy29.59160.21180.2542
Hunter Lab54.3982-14.2702-29.6815
CIE-Lab61.3002-14.2796-32.6451

#349ecd color RGB value is (52,158,205).

#349ecd hex color red value is 52, green value is 158 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #349ecd hue: 0.55 , saturation: 0.60 and the lightness value of 349ecd is 0.50.

The process color (four color CMYK) of #349ecd color hex is 0.75, 0.23, 0.00, 0.20. Web safe color of #349ecd is #3399cc. Color #349ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011110 11001101
Octal 64 236 315
Decimal 52 158 205
Hex 34 9E CD

RGB Percentages of Color #349ecd

%12.53
%38.07
%49.40

CMYK Percentages of Color #349ecd

%75
%23
%0
%20

Triadic Colors of #349ecd

#349ecd #cd349e #9ecd34

Analogous Colors of #349ecd

#349ecd #3452cd #34cdb0

Monochromatic Colors of #349ecd

#349ecd

Complementary Color

#349ecd #cd6334

#349ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#349ecd Color CSS Codes

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

#349ecd Text Font Color

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

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


#349ecd Background Color

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

This div background color is #349ecd


#349ecd Border Color

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

This div border color is #349ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349ecd


Comments

No comments written yet.

Please login to write comment.