Color Hex Logo

#53cd58 Color Hex

#53CD58
(83,205,88)
0 Favorites   0 Comments

Color spaces of #53cd58

RGB 8320588
HSL0.340.550.56
HSV122°60°80°
CMYK 0.600.000.57   0.20
XYZ27.160146.206216.7197
Yxy46.20620.30150.5129
Hunter Lab67.9751-47.635232.9992
CIE-Lab73.6791-57.215747.5200

#53cd58 color RGB value is (83,205,88).

#53cd58 hex color red value is 83, green value is 205 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #53cd58 hue: 0.34 , saturation: 0.55 and the lightness value of 53cd58 is 0.56.

The process color (four color CMYK) of #53cd58 color hex is 0.60, 0.00, 0.57, 0.20. Web safe color of #53cd58 is #66cc66. Color #53cd58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001101 01011000
Octal 123 315 130
Decimal 83 205 88
Hex 53 CD 58

RGB Percentages of Color #53cd58

%22.07
%54.52
%23.40

CMYK Percentages of Color #53cd58

%60
%0
%57
%20

Triadic Colors of #53cd58

#53cd58 #5853cd #cd5853

Analogous Colors of #53cd58

#53cd58 #53cd95 #8bcd53

Monochromatic Colors of #53cd58

#53cd58

Complementary Color

#53cd58 #cd53c8

#53cd58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53cd58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#53cd58 Color CSS Codes

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

#53cd58 Text Font Color

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

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


#53cd58 Background Color

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

This div background color is #53cd58


#53cd58 Border Color

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

This div border color is #53cd58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53cd58


Comments

No comments written yet.

Please login to write comment.