Color Hex Logo

#53cefe Color Hex

#53CEFE
(83,206,254)
0 Favorites   0 Comments

Color spaces of #53cefe

RGB 83206254
HSL0.550.990.66
HSV197°67°100°
CMYK 0.670.190.00   0.00
XYZ43.528053.1374101.7283
Yxy53.13740.21940.2678
Hunter Lab72.8954-20.9793-31.7147
CIE-Lab77.9561-19.5814-33.5265

#53cefe color RGB value is (83,206,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001110 11111110
Octal 123 316 376
Decimal 83 206 254
Hex 53 CE FE

RGB Percentages of Color #53cefe

%15.29
%37.94
%46.78

CMYK Percentages of Color #53cefe

%67
%19
%0
%0

Triadic Colors of #53cefe

#53cefe #fe53ce #cefe53

Analogous Colors of #53cefe

#53cefe #5379fe #53fed9

Monochromatic Colors of #53cefe

#53cefe

Complementary Color

#53cefe #fe8353

#53cefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53cefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#53cefe Color CSS Codes

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

#53cefe Text Font Color

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

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


#53cefe Background Color

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

This div background color is #53cefe


#53cefe Border Color

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

This div border color is #53cefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53cefe

Related Colors


Comments

No comments written yet.

Please login to write comment.