Color Hex Logo

#359add Color Hex

#359ADD
(53,154,221)
0 Favorites   0 Comments

Color spaces of #359add

RGB 53154221
HSL0.570.710.54
HSV204°76°87°
CMYK 0.760.300.00   0.13
XYZ26.074929.088572.6470
Yxy29.08850.20400.2276
Hunter Lab53.9338-8.0862-42.1081
CIE-Lab60.8597-6.4053-42.2462

#359add color RGB value is (53,154,221).

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

The process color (four color CMYK) of #359add color hex is 0.76, 0.30, 0.00, 0.13. Web safe color of #359add is #3399cc. Color #359add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011010 11011101
Octal 65 232 335
Decimal 53 154 221
Hex 35 9A DD

RGB Percentages of Color #359add

%12.38
%35.98
%51.64

CMYK Percentages of Color #359add

%76
%30
%0
%13

Triadic Colors of #359add

#359add #dd359a #9add35

Analogous Colors of #359add

#359add #3546dd #35ddcc

Monochromatic Colors of #359add

#359add

Complementary Color

#359add #dd7835

#359add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359add Color Preview on White Background

Lorem ipsum dolor sit amet.

#359add Color CSS Codes

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

#359add Text Font Color

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

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


#359add Background Color

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

This div background color is #359add


#359add Border Color

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

This div border color is #359add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359add


Comments

No comments written yet.

Please login to write comment.