Color Hex Logo

#359abd Color Hex

#359ABD
(53,154,189)
0 Favorites   0 Comments

Color spaces of #359abd

RGB 53154189
HSL0.540.560.47
HSV195°72°74°
CMYK 0.720.190.00   0.26
XYZ22.209127.542252.2897
Yxy27.54220.21760.2699
Hunter Lab52.4807-16.3024-22.3378
CIE-Lab59.4729-17.3495-26.4949

#359abd color RGB value is (53,154,189).

#359abd hex color red value is 53, green value is 154 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #359abd hue: 0.54 , saturation: 0.56 and the lightness value of 359abd is 0.47.

The process color (four color CMYK) of #359abd color hex is 0.72, 0.19, 0.00, 0.26. Web safe color of #359abd is #3399cc. Color #359abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011010 10111101
Octal 65 232 275
Decimal 53 154 189
Hex 35 9A BD

RGB Percentages of Color #359abd

%13.38
%38.89
%47.73

CMYK Percentages of Color #359abd

%72
%19
%0
%26

Triadic Colors of #359abd

#359abd #bd359a #9abd35

Analogous Colors of #359abd

#359abd #3556bd #35bd9c

Monochromatic Colors of #359abd

#359abd

Complementary Color

#359abd #bd5835

#359abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#359abd Color CSS Codes

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

#359abd Text Font Color

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

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


#359abd Background Color

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

This div background color is #359abd


#359abd Border Color

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

This div border color is #359abd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,154,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359abd


Comments

No comments written yet.

Please login to write comment.