Color Hex Logo

#53feec Color Hex

#53FEEC
(83,254,236)
0 Favorites   0 Comments

Color spaces of #53feec

RGB 83254236
HSL0.480.990.66
HSV174°67°100°
CMYK 0.670.000.07   0.00
XYZ54.149478.778891.7087
Yxy78.77880.24110.3507
Hunter Lab88.7574-46.42570.8687
CIE-Lab91.1341-47.2876-4.1635

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11111110 11101100
Octal 123 376 354
Decimal 83 254 236
Hex 53 FE EC

RGB Percentages of Color #53feec

%14.49
%44.33
%41.19

CMYK Percentages of Color #53feec

%67
%0
%7
%0

Triadic Colors of #53feec

#53feec #ec53fe #feec53

Analogous Colors of #53feec

#53feec #53bbfe #53fe97

Monochromatic Colors of #53feec

#53feec

Complementary Color

#53feec #fe5365

#53feec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53feec Color Preview on White Background

Lorem ipsum dolor sit amet.

#53feec Color CSS Codes

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

#53feec Text Font Color

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

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


#53feec Background Color

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

This div background color is #53feec


#53feec Border Color

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

This div border color is #53feec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53feec


Comments

No comments written yet.

Please login to write comment.