Color Hex Logo

#53ce8d Color Hex

#53CE8D
(83,206,141)
0 Favorites   0 Comments

Color spaces of #53ce8d

RGB 83206141
HSL0.410.560.57
HSV148°60°81°
CMYK 0.600.000.32   0.19
XYZ30.446347.904732.8411
Yxy47.90470.27380.4308
Hunter Lab69.2132-42.602520.3166
CIE-Lab74.7648-49.115222.3641

#53ce8d color RGB value is (83,206,141).

#53ce8d hex color red value is 83, green value is 206 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #53ce8d hue: 0.41 , saturation: 0.56 and the lightness value of 53ce8d is 0.57.

The process color (four color CMYK) of #53ce8d color hex is 0.60, 0.00, 0.32, 0.19. Web safe color of #53ce8d is #66cc99. Color #53ce8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001110 10001101
Octal 123 316 215
Decimal 83 206 141
Hex 53 CE 8D

RGB Percentages of Color #53ce8d

%19.30
%47.91
%32.79

CMYK Percentages of Color #53ce8d

%60
%0
%32
%19

Triadic Colors of #53ce8d

#53ce8d #8d53ce #ce8d53

Analogous Colors of #53ce8d

#53ce8d #53cecb #56ce53

Monochromatic Colors of #53ce8d

#53ce8d

Complementary Color

#53ce8d #ce5394

#53ce8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53ce8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53ce8d Color CSS Codes

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

#53ce8d Text Font Color

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

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


#53ce8d Background Color

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

This div background color is #53ce8d


#53ce8d Border Color

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

This div border color is #53ce8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53ce8d


Comments

No comments written yet.

Please login to write comment.