Color Hex Logo

#53fefe Color Hex

#53FEFE
(83,254,254)
0 Favorites   0 Comments

Color spaces of #53fefe

RGB 83254254
HSL0.500.990.66
HSV180°67°100°
CMYK 0.670.000.00   0.00
XYZ56.898579.8784106.1851
Yxy79.87840.23420.3288
Hunter Lab89.3747-42.7676-7.8795
CIE-Lab91.6303-42.5272-12.7649

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

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

The process color (four color CMYK) of #53fefe color hex is 0.67, 0.00, 0.00, 0.00. Web safe color of #53fefe is #66ffff. Color #53fefe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11111110 11111110
Octal 123 376 376
Decimal 83 254 254
Hex 53 FE FE

RGB Percentages of Color #53fefe

%14.04
%42.98
%42.98

CMYK Percentages of Color #53fefe

%67
%0
%0
%0

Triadic Colors of #53fefe

#53fefe #fe53fe #fefe53

Analogous Colors of #53fefe

#53fefe #53a9fe #53fea9

Monochromatic Colors of #53fefe

#53fefe

Complementary Color

#53fefe #fe5353

#53fefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53fefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#53fefe Color CSS Codes

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

#53fefe Text Font Color

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

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


#53fefe Background Color

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

This div background color is #53fefe


#53fefe Border Color

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

This div border color is #53fefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53fefe

Related Colors


Comments

No comments written yet.

Please login to write comment.