Color Hex Logo

#53ecac Color Hex

#53ECAC
(83,236,172)
0 Favorites   0 Comments

Color spaces of #53ecac

RGB 83236172
HSL0.430.800.63
HSV155°65°93°
CMYK 0.650.000.27   0.07
XYZ41.009164.808549.3776
Yxy64.80850.26420.4176
Hunter Lab80.5037-49.952519.9866
CIE-Lab84.3850-54.874719.4202

#53ecac color RGB value is (83,236,172).

#53ecac hex color red value is 83, green value is 236 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #53ecac hue: 0.43 , saturation: 0.80 and the lightness value of 53ecac is 0.63.

The process color (four color CMYK) of #53ecac color hex is 0.65, 0.00, 0.27, 0.07. Web safe color of #53ecac is #66ff99. Color #53ecac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11101100 10101100
Octal 123 354 254
Decimal 83 236 172
Hex 53 EC AC

RGB Percentages of Color #53ecac

%16.90
%48.07
%35.03

CMYK Percentages of Color #53ecac

%65
%0
%27
%7

Triadic Colors of #53ecac

#53ecac #ac53ec #ecac53

Analogous Colors of #53ecac

#53ecac #53e0ec #53ec5f

Monochromatic Colors of #53ecac

#53ecac

Complementary Color

#53ecac #ec5393

#53ecac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53ecac Color Preview on White Background

Lorem ipsum dolor sit amet.

#53ecac Color CSS Codes

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

#53ecac Text Font Color

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

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


#53ecac Background Color

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

This div background color is #53ecac


#53ecac Border Color

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

This div border color is #53ecac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53ecac


Comments

No comments written yet.

Please login to write comment.