Color Hex Logo

#53caff Color Hex

#53CAFF
(83,202,255)
0 Favorites   0 Comments

Color spaces of #53caff

RGB 83202255
HSL0.551.000.66
HSV198°67°100°
CMYK 0.670.210.00   0.00
XYZ42.737851.3001102.2571
Yxy51.30010.21770.2613
Hunter Lab71.6241-18.8319-34.5110
CIE-Lab76.8604-17.2054-35.7537

#53caff color RGB value is (83,202,255).

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

The process color (four color CMYK) of #53caff color hex is 0.67, 0.21, 0.00, 0.00. Web safe color of #53caff is #66ccff. Color #53caff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001010 11111111
Octal 123 312 377
Decimal 83 202 255
Hex 53 CA FF

RGB Percentages of Color #53caff

%15.37
%37.41
%47.22

CMYK Percentages of Color #53caff

%67
%21
%0
%0

Triadic Colors of #53caff

#53caff #ff53ca #caff53

Analogous Colors of #53caff

#53caff #5374ff #53ffde

Monochromatic Colors of #53caff

#53caff

Complementary Color

#53caff #ff8853

#53caff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53caff Color Preview on White Background

Lorem ipsum dolor sit amet.

#53caff Color CSS Codes

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

#53caff Text Font Color

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

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


#53caff Background Color

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

This div background color is #53caff


#53caff Border Color

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

This div border color is #53caff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53caff

Related Colors


Comments

No comments written yet.

Please login to write comment.