Color Hex Logo

#53eace Color Hex

#53EACE
(83,234,206)
0 Favorites   0 Comments

Color spaces of #53eace

RGB 83234206
HSL0.470.780.62
HSV169°65°92°
CMYK 0.650.000.12   0.08
XYZ44.130765.140968.6400
Yxy65.14090.24800.3661
Hunter Lab80.7099-43.64186.0736
CIE-Lab84.5563-46.26011.8841

#53eace color RGB value is (83,234,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11101010 11001110
Octal 123 352 316
Decimal 83 234 206
Hex 53 EA CE

RGB Percentages of Color #53eace

%15.87
%44.74
%39.39

CMYK Percentages of Color #53eace

%65
%0
%12
%8

Triadic Colors of #53eace

#53eace #ce53ea #eace53

Analogous Colors of #53eace

#53eace #53bbea #53ea83

Monochromatic Colors of #53eace

#53eace

Complementary Color

#53eace #ea536f

#53eace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53eace Color Preview on White Background

Lorem ipsum dolor sit amet.

#53eace Color CSS Codes

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

#53eace Text Font Color

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

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


#53eace Background Color

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

This div background color is #53eace


#53eace Border Color

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

This div border color is #53eace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53eace


Comments

No comments written yet.

Please login to write comment.