Color Hex Logo

#53feaf Color Hex

#53FEAF
(83,254,175)
0 Favorites   0 Comments

Color spaces of #53feaf

RGB 83254175
HSL0.420.990.66
HSV152°67°100°
CMYK 0.670.000.31   0.00
XYZ46.747075.817852.7279
Yxy75.81780.26670.4325
Hunter Lab87.0734-56.547425.0479
CIE-Lab89.7747-61.248425.3133

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11111110 10101111
Octal 123 376 257
Decimal 83 254 175
Hex 53 FE AF

RGB Percentages of Color #53feaf

%16.21
%49.61
%34.18

CMYK Percentages of Color #53feaf

%67
%0
%31
%0

Triadic Colors of #53feaf

#53feaf #af53fe #feaf53

Analogous Colors of #53feaf

#53feaf #53f8fe #53fe5a

Monochromatic Colors of #53feaf

#53feaf

Complementary Color

#53feaf #fe53a2

#53feaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53feaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#53feaf Color CSS Codes

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

#53feaf Text Font Color

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

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


#53feaf Background Color

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

This div background color is #53feaf


#53feaf Border Color

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

This div border color is #53feaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53feaf


Comments

No comments written yet.

Please login to write comment.