Color Hex Logo

#53eaae Color Hex

#53EAAE
(83,234,174)
0 Favorites   0 Comments

Color spaces of #53eaae

RGB 83234174
HSL0.430.780.62
HSV156°65°92°
CMYK 0.650.000.26   0.08
XYZ40.630163.740650.2061
Yxy63.74060.26280.4124
Hunter Lab79.8377-48.875818.6018
CIE-Lab83.8305-53.652417.6096

#53eaae color RGB value is (83,234,174).

#53eaae hex color red value is 83, green value is 234 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #53eaae hue: 0.43 , saturation: 0.78 and the lightness value of 53eaae is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11101010 10101110
Octal 123 352 256
Decimal 83 234 174
Hex 53 EA AE

RGB Percentages of Color #53eaae

%16.90
%47.66
%35.44

CMYK Percentages of Color #53eaae

%65
%0
%26
%8

Triadic Colors of #53eaae

#53eaae #ae53ea #eaae53

Analogous Colors of #53eaae

#53eaae #53dbea #53ea63

Monochromatic Colors of #53eaae

#53eaae

Complementary Color

#53eaae #ea538f

#53eaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53eaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#53eaae Color CSS Codes

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

#53eaae Text Font Color

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

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


#53eaae Background Color

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

This div background color is #53eaae


#53eaae Border Color

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

This div border color is #53eaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53eaae


Comments

No comments written yet.

Please login to write comment.