Color Hex Logo

#53afec Color Hex

#53AFEC
(83,175,236)
0 Favorites   0 Comments

Color spaces of #53afec

RGB 83175236
HSL0.570.800.63
HSV204°65°93°
CMYK 0.650.260.00   0.07
XYZ34.037638.555185.0048
Yxy38.55510.21600.2446
Hunter Lab62.0928-10.8134-37.7029
CIE-Lab68.4278-8.8459-38.5931

#53afec color RGB value is (83,175,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101111 11101100
Octal 123 257 354
Decimal 83 175 236
Hex 53 AF EC

RGB Percentages of Color #53afec

%16.80
%35.43
%47.77

CMYK Percentages of Color #53afec

%65
%26
%0
%7

Triadic Colors of #53afec

#53afec #ec53af #afec53

Analogous Colors of #53afec

#53afec #5363ec #53ecdd

Monochromatic Colors of #53afec

#53afec

Complementary Color

#53afec #ec9053

#53afec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53afec Color Preview on White Background

Lorem ipsum dolor sit amet.

#53afec Color CSS Codes

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

#53afec Text Font Color

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

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


#53afec Background Color

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

This div background color is #53afec


#53afec Border Color

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

This div border color is #53afec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53afec


Comments

No comments written yet.

Please login to write comment.