Color Hex Logo

#53aaef Color Hex

#53AAEF
(83,170,239)
0 Favorites   0 Comments

Color spaces of #53aaef

RGB 83170239
HSL0.570.830.63
HSV207°65°94°
CMYK 0.650.290.00   0.06
XYZ33.522036.820487.0016
Yxy36.82040.21300.2340
Hunter Lab60.6798-7.5790-42.5330
CIE-Lab67.1421-5.1061-42.2407

#53aaef color RGB value is (83,170,239).

#53aaef hex color red value is 83, green value is 170 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #53aaef hue: 0.57 , saturation: 0.83 and the lightness value of 53aaef is 0.63.

The process color (four color CMYK) of #53aaef color hex is 0.65, 0.29, 0.00, 0.06. Web safe color of #53aaef is #6699ff. Color #53aaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101010 11101111
Octal 123 252 357
Decimal 83 170 239
Hex 53 AA EF

RGB Percentages of Color #53aaef

%16.87
%34.55
%48.58

CMYK Percentages of Color #53aaef

%65
%29
%0
%6

Triadic Colors of #53aaef

#53aaef #ef53aa #aaef53

Analogous Colors of #53aaef

#53aaef #535cef #53efe6

Monochromatic Colors of #53aaef

#53aaef

Complementary Color

#53aaef #ef9853

#53aaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53aaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#53aaef Color CSS Codes

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

#53aaef Text Font Color

<p style="color:#53aaef">Text here</p>

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


#53aaef Background Color

<div style="background-color:#53aaef">
Div content here</div>

This div background color is #53aaef


#53aaef Border Color

<div style="border:3px solid #53aaef">
Div here</div>

This div border color is #53aaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53aaef


Comments

No comments written yet.

Please login to write comment.