Color Hex Logo

#53aedc Color Hex

#53AEDC
(83,174,220)
0 Favorites   0 Comments

Color spaces of #53aedc

RGB 83174220
HSL0.560.660.59
HSV200°62°86°
CMYK 0.620.210.00   0.14
XYZ31.621637.278473.2390
Yxy37.27840.22250.2623
Hunter Lab61.0560-14.4009-28.3813
CIE-Lab67.4854-13.3918-31.2960

#53aedc color RGB value is (83,174,220).

#53aedc hex color red value is 83, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #53aedc hue: 0.56 , saturation: 0.66 and the lightness value of 53aedc is 0.59.

The process color (four color CMYK) of #53aedc color hex is 0.62, 0.21, 0.00, 0.14. Web safe color of #53aedc is #6699cc. Color #53aedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101110 11011100
Octal 123 256 334
Decimal 83 174 220
Hex 53 AE DC

RGB Percentages of Color #53aedc

%17.40
%36.48
%46.12

CMYK Percentages of Color #53aedc

%62
%21
%0
%14

Triadic Colors of #53aedc

#53aedc #dc53ae #aedc53

Analogous Colors of #53aedc

#53aedc #536adc #53dcc6

Monochromatic Colors of #53aedc

#53aedc

Complementary Color

#53aedc #dc8153

#53aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#53aedc Color CSS Codes

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

#53aedc Text Font Color

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

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


#53aedc Background Color

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

This div background color is #53aedc


#53aedc Border Color

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

This div border color is #53aedc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,174,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53aedc


Comments

No comments written yet.

Please login to write comment.