Color Hex Logo

#359edd Color Hex

#359EDD
(53,158,221)
0 Favorites   0 Comments

Color spaces of #359edd

RGB 53158221
HSL0.560.710.54
HSV203°76°87°
CMYK 0.760.290.00   0.13
XYZ26.746230.431172.8707
Yxy30.43110.20570.2340
Hunter Lab55.1644-9.9928-39.7054
CIE-Lab62.0244-8.6614-40.4172

#359edd color RGB value is (53,158,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011110 11011101
Octal 65 236 335
Decimal 53 158 221
Hex 35 9E DD

RGB Percentages of Color #359edd

%12.27
%36.57
%51.16

CMYK Percentages of Color #359edd

%76
%29
%0
%13

Triadic Colors of #359edd

#359edd #dd359e #9edd35

Analogous Colors of #359edd

#359edd #354add #35ddc8

Monochromatic Colors of #359edd

#359edd

Complementary Color

#359edd #dd7435

#359edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#359edd Color CSS Codes

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

#359edd Text Font Color

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

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


#359edd Background Color

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

This div background color is #359edd


#359edd Border Color

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

This div border color is #359edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359edd


Comments

No comments written yet.

Please login to write comment.