Color Hex Logo

#53afdc Color Hex

#53AFDC
(83,175,220)
0 Favorites   0 Comments

Color spaces of #53afdc

RGB 83175220
HSL0.550.660.59
HSV200°62°86°
CMYK 0.620.200.00   0.14
XYZ31.815537.666373.3036
Yxy37.66630.22280.2638
Hunter Lab61.3729-14.8687-27.8548
CIE-Lab67.7739-13.9289-30.8500

#53afdc color RGB value is (83,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101111 11011100
Octal 123 257 334
Decimal 83 175 220
Hex 53 AF DC

RGB Percentages of Color #53afdc

%17.36
%36.61
%46.03

CMYK Percentages of Color #53afdc

%62
%20
%0
%14

Triadic Colors of #53afdc

#53afdc #dc53af #afdc53

Analogous Colors of #53afdc

#53afdc #536bdc #53dcc5

Monochromatic Colors of #53afdc

#53afdc

Complementary Color

#53afdc #dc8053

#53afdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53afdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#53afdc Color CSS Codes

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

#53afdc Text Font Color

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

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


#53afdc Background Color

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

This div background color is #53afdc


#53afdc Border Color

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

This div border color is #53afdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53afdc


Comments

No comments written yet.

Please login to write comment.