Color Hex Logo

#53adec Color Hex

#53ADEC
(83,173,236)
0 Favorites   0 Comments

Color spaces of #53adec

RGB 83173236
HSL0.570.800.63
HSV205°65°93°
CMYK 0.650.270.00   0.07
XYZ33.651237.782384.8760
Yxy37.78230.21530.2417
Hunter Lab61.4673-9.8453-38.8424
CIE-Lab67.8599-7.7467-39.4792

#53adec color RGB value is (83,173,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101101 11101100
Octal 123 255 354
Decimal 83 173 236
Hex 53 AD EC

RGB Percentages of Color #53adec

%16.87
%35.16
%47.97

CMYK Percentages of Color #53adec

%65
%27
%0
%7

Triadic Colors of #53adec

#53adec #ec53ad #adec53

Analogous Colors of #53adec

#53adec #5361ec #53ecdf

Monochromatic Colors of #53adec

#53adec

Complementary Color

#53adec #ec9253

#53adec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53adec Color Preview on White Background

Lorem ipsum dolor sit amet.

#53adec Color CSS Codes

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

#53adec Text Font Color

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

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


#53adec Background Color

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

This div background color is #53adec


#53adec Border Color

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

This div border color is #53adec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53adec


Comments

No comments written yet.

Please login to write comment.