Color Hex Logo

#53cae6 Color Hex

#53CAE6
(83,202,230)
0 Favorites   0 Comments

Color spaces of #53cae6

RGB 83202230
HSL0.530.750.61
HSV191°64°90°
CMYK 0.640.120.00   0.10
XYZ38.970749.793282.4200
Yxy49.79320.22770.2909
Hunter Lab70.5643-24.9069-19.8565
CIE-Lab75.9422-24.8499-23.7514

#53cae6 color RGB value is (83,202,230).

#53cae6 hex color red value is 83, green value is 202 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #53cae6 hue: 0.53 , saturation: 0.75 and the lightness value of 53cae6 is 0.61.

The process color (four color CMYK) of #53cae6 color hex is 0.64, 0.12, 0.00, 0.10. Web safe color of #53cae6 is #66ccff. Color #53cae6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001010 11100110
Octal 123 312 346
Decimal 83 202 230
Hex 53 CA E6

RGB Percentages of Color #53cae6

%16.12
%39.22
%44.66

CMYK Percentages of Color #53cae6

%64
%12
%0
%10

Triadic Colors of #53cae6

#53cae6 #e653ca #cae653

Analogous Colors of #53cae6

#53cae6 #5381e6 #53e6b9

Monochromatic Colors of #53cae6

#53cae6

Complementary Color

#53cae6 #e66f53

#53cae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53cae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#53cae6 Color CSS Codes

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

#53cae6 Text Font Color

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

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


#53cae6 Background Color

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

This div background color is #53cae6


#53cae6 Border Color

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

This div border color is #53cae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53cae6


Comments

No comments written yet.

Please login to write comment.