Color Hex Logo

#359ded Color Hex

#359DED
(53,157,237)
0 Favorites   0 Comments

Color spaces of #359ded

RGB 53157237
HSL0.570.840.57
HSV206°78°93°
CMYK 0.780.340.00   0.07
XYZ28.811230.985384.5830
Yxy30.98530.19960.2146
Hunter Lab55.6644-5.0235-51.1270
CIE-Lab62.4952-2.4665-48.5165

#359ded color RGB value is (53,157,237).

#359ded hex color red value is 53, green value is 157 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #359ded hue: 0.57 , saturation: 0.84 and the lightness value of 359ded is 0.57.

The process color (four color CMYK) of #359ded color hex is 0.78, 0.34, 0.00, 0.07. Web safe color of #359ded is #3399ff. Color #359ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011101 11101101
Octal 65 235 355
Decimal 53 157 237
Hex 35 9D ED

RGB Percentages of Color #359ded

%11.86
%35.12
%53.02

CMYK Percentages of Color #359ded

%78
%34
%0
%7

Triadic Colors of #359ded

#359ded #ed359d #9ded35

Analogous Colors of #359ded

#359ded #3541ed #35ede1

Monochromatic Colors of #359ded

#359ded

Complementary Color

#359ded #ed8535

#359ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#359ded Color CSS Codes

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

#359ded Text Font Color

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

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


#359ded Background Color

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

This div background color is #359ded


#359ded Border Color

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

This div border color is #359ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359ded


Comments

No comments written yet.

Please login to write comment.