Color Hex Logo

#359ede Color Hex

#359EDE
(53,158,222)
0 Favorites   0 Comments

Color spaces of #359ede

RGB 53158222
HSL0.560.720.54
HSV203°76°87°
CMYK 0.760.290.00   0.13
XYZ26.879930.484573.5746
Yxy30.48450.20530.2328
Hunter Lab55.2128-9.7210-40.3588
CIE-Lab62.0700-8.3129-40.9001

#359ede color RGB value is (53,158,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011110 11011110
Octal 65 236 336
Decimal 53 158 222
Hex 35 9E DE

RGB Percentages of Color #359ede

%12.24
%36.49
%51.27

CMYK Percentages of Color #359ede

%76
%29
%0
%13

Triadic Colors of #359ede

#359ede #de359e #9ede35

Analogous Colors of #359ede

#359ede #3549de #35deca

Monochromatic Colors of #359ede

#359ede

Complementary Color

#359ede #de7535

#359ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#359ede Color CSS Codes

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

#359ede Text Font Color

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

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


#359ede Background Color

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

This div background color is #359ede


#359ede Border Color

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

This div border color is #359ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359ede


Comments

No comments written yet.

Please login to write comment.