Color Hex Logo

#359aef Color Hex

#359AEF
(53,154,239)
0 Favorites   0 Comments

Color spaces of #359aef

RGB 53154239
HSL0.580.850.57
HSV207°78°94°
CMYK 0.780.360.00   0.06
XYZ28.603830.100185.9637
Yxy30.10010.19770.2081
Hunter Lab54.8636-2.9480-54.4948
CIE-Lab61.7405-0.0212-50.8128

#359aef color RGB value is (53,154,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011010 11101111
Octal 65 232 357
Decimal 53 154 239
Hex 35 9A EF

RGB Percentages of Color #359aef

%11.88
%34.53
%53.59

CMYK Percentages of Color #359aef

%78
%36
%0
%6

Triadic Colors of #359aef

#359aef #ef359a #9aef35

Analogous Colors of #359aef

#359aef #353def #35efe7

Monochromatic Colors of #359aef

#359aef

Complementary Color

#359aef #ef8a35

#359aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#359aef Color CSS Codes

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

#359aef Text Font Color

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

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


#359aef Background Color

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

This div background color is #359aef


#359aef Border Color

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

This div border color is #359aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359aef


Comments

No comments written yet.

Please login to write comment.