Color Hex Logo

#53acda Color Hex

#53ACDA
(83,172,218)
0 Favorites   0 Comments

Color spaces of #53acda

RGB 83172218
HSL0.560.650.59
HSV200°62°85°
CMYK 0.620.210.00   0.15
XYZ30.974736.406071.7242
Yxy36.40600.22270.2617
Hunter Lab60.3374-13.9560-28.2430
CIE-Lab66.8290-12.9414-31.2112

#53acda color RGB value is (83,172,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101100 11011010
Octal 123 254 332
Decimal 83 172 218
Hex 53 AC DA

RGB Percentages of Color #53acda

%17.55
%36.36
%46.09

CMYK Percentages of Color #53acda

%62
%21
%0
%15

Triadic Colors of #53acda

#53acda #da53ac #acda53

Analogous Colors of #53acda

#53acda #5369da #53dac5

Monochromatic Colors of #53acda

#53acda

Complementary Color

#53acda #da8153

#53acda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53acda Color Preview on White Background

Lorem ipsum dolor sit amet.

#53acda Color CSS Codes

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

#53acda Text Font Color

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

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


#53acda Background Color

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

This div background color is #53acda


#53acda Border Color

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

This div border color is #53acda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53acda


Comments

No comments written yet.

Please login to write comment.