Color Hex Logo

#53cd01 Color Hex

#53CD01
(83,205,1)
0 Favorites   0 Comments

Color spaces of #53cd01

RGB 832051
HSL0.270.990.40
HSV96°100°80°
CMYK 0.600.001.00   0.20
XYZ25.404145.50387.4729
Yxy45.50380.32410.5805
Hunter Lab67.4565-50.825840.6513
CIE-Lab73.2224-62.503271.9463

#53cd01 color RGB value is (83,205,1).

#53cd01 hex color red value is 83, green value is 205 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #53cd01 hue: 0.27 , saturation: 0.99 and the lightness value of 53cd01 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001101 00000001
Octal 123 315 1
Decimal 83 205 1
Hex 53 CD 1

RGB Percentages of Color #53cd01

%28.72
%70.93
%0.35

CMYK Percentages of Color #53cd01

%60
%0
%100
%20

Triadic Colors of #53cd01

#53cd01 #0153cd #cd0153

Analogous Colors of #53cd01

#53cd01 #01cd15 #b9cd01

Monochromatic Colors of #53cd01

#53cd01

Complementary Color

#53cd01 #7b01cd

#53cd01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53cd01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#53cd01 Color CSS Codes

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

#53cd01 Text Font Color

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

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


#53cd01 Background Color

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

This div background color is #53cd01


#53cd01 Border Color

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

This div border color is #53cd01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53cd01


Comments

No comments written yet.

Please login to write comment.