Color Hex Logo

#53c907 Color Hex

#53C907
(83,201,7)
0 Favorites   0 Comments

Color spaces of #53c907

RGB 832017
HSL0.270.930.41
HSV96°97°79°
CMYK 0.590.000.97   0.21
XYZ24.492343.62767.3311
Yxy43.62760.32460.5782
Hunter Lab66.0512-49.400439.6552
CIE-Lab71.9789-61.043670.3236

#53c907 color RGB value is (83,201,7).

#53c907 hex color red value is 83, green value is 201 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #53c907 hue: 0.27 , saturation: 0.93 and the lightness value of 53c907 is 0.41.

The process color (four color CMYK) of #53c907 color hex is 0.59, 0.00, 0.97, 0.21. Web safe color of #53c907 is #66cc00. Color #53c907 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001001 00000111
Octal 123 311 7
Decimal 83 201 7
Hex 53 C9 7

RGB Percentages of Color #53c907

%28.52
%69.07
%2.41

CMYK Percentages of Color #53c907

%59
%0
%97
%21

Triadic Colors of #53c907

#53c907 #0753c9 #c90753

Analogous Colors of #53c907

#53c907 #07c91c #b4c907

Monochromatic Colors of #53c907

#53c907

Complementary Color

#53c907 #7d07c9

#53c907 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53c907 Color Preview on White Background

Lorem ipsum dolor sit amet.

#53c907 Color CSS Codes

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

#53c907 Text Font Color

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

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


#53c907 Background Color

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

This div background color is #53c907


#53c907 Border Color

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

This div border color is #53c907


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53c907


Comments

No comments written yet.

Please login to write comment.