Color Hex Logo

#53feae Color Hex

#53FEAE
(83,254,174)
0 Favorites   0 Comments

Color spaces of #53feae

RGB 83254174
HSL0.420.990.66
HSV152°67°100°
CMYK 0.670.000.31   0.00
XYZ46.649175.778652.2125
Yxy75.77860.26710.4339
Hunter Lab87.0509-56.684025.3739
CIE-Lab89.7564-61.445525.7953

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11111110 10101110
Octal 123 376 256
Decimal 83 254 174
Hex 53 FE AE

RGB Percentages of Color #53feae

%16.24
%49.71
%34.05

CMYK Percentages of Color #53feae

%67
%0
%31
%0

Triadic Colors of #53feae

#53feae #ae53fe #feae53

Analogous Colors of #53feae

#53feae #53f9fe #53fe59

Monochromatic Colors of #53feae

#53feae

Complementary Color

#53feae #fe53a3

#53feae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53feae Color Preview on White Background

Lorem ipsum dolor sit amet.

#53feae Color CSS Codes

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

#53feae Text Font Color

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

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


#53feae Background Color

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

This div background color is #53feae


#53feae Border Color

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

This div border color is #53feae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53feae


Comments

No comments written yet.

Please login to write comment.