Color Hex Logo

#349ecb Color Hex

#349ECB
(52,158,203)
0 Favorites   0 Comments

Color spaces of #349ecb

RGB 52158203
HSL0.550.590.50
HSV198°74°80°
CMYK 0.740.220.00   0.20
XYZ24.422529.495660.9059
Yxy29.49560.21270.2569
Hunter Lab54.3099-14.7729-28.4740
CIE-Lab61.2166-14.9568-31.6576

#349ecb color RGB value is (52,158,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011110 11001011
Octal 64 236 313
Decimal 52 158 203
Hex 34 9E CB

RGB Percentages of Color #349ecb

%12.59
%38.26
%49.15

CMYK Percentages of Color #349ecb

%74
%22
%0
%20

Triadic Colors of #349ecb

#349ecb #cb349e #9ecb34

Analogous Colors of #349ecb

#349ecb #3453cb #34cbad

Monochromatic Colors of #349ecb

#349ecb

Complementary Color

#349ecb #cb6134

#349ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#349ecb Color CSS Codes

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

#349ecb Text Font Color

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

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


#349ecb Background Color

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

This div background color is #349ecb


#349ecb Border Color

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

This div border color is #349ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349ecb


Comments

No comments written yet.

Please login to write comment.