Color Hex Logo

#53eaba Color Hex

#53EABA
(83,234,186)
0 Favorites   0 Comments

Color spaces of #53eaba

RGB 83234186
HSL0.450.780.62
HSV161°65°92°
CMYK 0.650.000.21   0.08
XYZ41.853064.229856.6461
Yxy64.22980.25720.3947
Hunter Lab80.1435-47.033814.1938
CIE-Lab84.0853-51.008911.7063

#53eaba color RGB value is (83,234,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11101010 10111010
Octal 123 352 272
Decimal 83 234 186
Hex 53 EA BA

RGB Percentages of Color #53eaba

%16.50
%46.52
%36.98

CMYK Percentages of Color #53eaba

%65
%0
%21
%8

Triadic Colors of #53eaba

#53eaba #ba53ea #eaba53

Analogous Colors of #53eaba

#53eaba #53cfea #53ea6f

Monochromatic Colors of #53eaba

#53eaba

Complementary Color

#53eaba #ea5383

#53eaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53eaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#53eaba Color CSS Codes

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

#53eaba Text Font Color

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

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


#53eaba Background Color

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

This div background color is #53eaba


#53eaba Border Color

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

This div border color is #53eaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53eaba


Comments

No comments written yet.

Please login to write comment.