Color Hex Logo

#359aed Color Hex

#359AED
(53,154,237)
0 Favorites   0 Comments

Color spaces of #359aed

RGB 53154237
HSL0.580.840.57
HSV207°78°93°
CMYK 0.780.350.00   0.07
XYZ28.309929.982584.4159
Yxy29.98250.19840.2101
Hunter Lab54.7563-3.5360-53.0760
CIE-Lab61.6391-0.7358-49.8714

#359aed color RGB value is (53,154,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011010 11101101
Octal 65 232 355
Decimal 53 154 237
Hex 35 9A ED

RGB Percentages of Color #359aed

%11.94
%34.68
%53.38

CMYK Percentages of Color #359aed

%78
%35
%0
%7

Triadic Colors of #359aed

#359aed #ed359a #9aed35

Analogous Colors of #359aed

#359aed #353eed #35ede4

Monochromatic Colors of #359aed

#359aed

Complementary Color

#359aed #ed8835

#359aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#359aed Color CSS Codes

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

#359aed Text Font Color

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

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


#359aed Background Color

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

This div background color is #359aed


#359aed Border Color

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

This div border color is #359aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359aed


Comments

No comments written yet.

Please login to write comment.