Color Hex Logo

#359aee Color Hex

#359AEE
(53,154,238)
0 Favorites   0 Comments

Color spaces of #359aee

RGB 53154238
HSL0.580.840.57
HSV207°78°93°
CMYK 0.780.350.00   0.07
XYZ28.456430.041185.1876
Yxy30.04110.19800.2091
Hunter Lab54.8098-3.2426-53.7841
CIE-Lab61.6897-0.3787-50.3424

#359aee color RGB value is (53,154,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011010 11101110
Octal 65 232 356
Decimal 53 154 238
Hex 35 9A EE

RGB Percentages of Color #359aee

%11.91
%34.61
%53.48

CMYK Percentages of Color #359aee

%78
%35
%0
%7

Triadic Colors of #359aee

#359aee #ee359a #9aee35

Analogous Colors of #359aee

#359aee #353eee #35eee6

Monochromatic Colors of #359aee

#359aee

Complementary Color

#359aee #ee8935

#359aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#359aee Color CSS Codes

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

#359aee Text Font Color

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

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


#359aee Background Color

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

This div background color is #359aee


#359aee Border Color

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

This div border color is #359aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359aee


Comments

No comments written yet.

Please login to write comment.