Color Hex Logo

#359ecb Color Hex

#359ECB
(53,158,203)
0 Favorites   0 Comments

Color spaces of #359ecb

RGB 53158203
HSL0.550.590.50
HSV198°74°80°
CMYK 0.740.220.00   0.20
XYZ24.474629.522460.9084
Yxy29.52240.21300.2569
Hunter Lab54.3345-14.6813-28.4293
CIE-Lab61.2399-14.8317-31.6195

#359ecb color RGB value is (53,158,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011110 11001011
Octal 65 236 313
Decimal 53 158 203
Hex 35 9E CB

RGB Percentages of Color #359ecb

%12.80
%38.16
%49.03

CMYK Percentages of Color #359ecb

%74
%22
%0
%20

Triadic Colors of #359ecb

#359ecb #cb359e #9ecb35

Analogous Colors of #359ecb

#359ecb #3553cb #35cbad

Monochromatic Colors of #359ecb

#359ecb

Complementary Color

#359ecb #cb6235

#359ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#359ecb Color CSS Codes

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

#359ecb Text Font Color

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

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


#359ecb Background Color

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

This div background color is #359ecb


#359ecb Border Color

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

This div border color is #359ecb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,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 #359ecb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359ecb


Comments

No comments written yet.

Please login to write comment.