Color Hex Logo

#7fbd53 Color Hex

#7FBD53
(127,189,83)
0 Favorites   0 Comments

Color spaces of #7fbd53

RGB 12718983
HSL0.260.450.53
HSV95°56°74°
CMYK 0.330.000.56   0.26
XYZ28.511341.531814.6973
Yxy41.53180.33650.4901
Hunter Lab64.4452-33.808631.5900
CIE-Lab70.5469-38.341546.6247

#7fbd53 color RGB value is (127,189,83).

#7fbd53 hex color red value is 127, green value is 189 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #7fbd53 hue: 0.26 , saturation: 0.45 and the lightness value of 7fbd53 is 0.53.

The process color (four color CMYK) of #7fbd53 color hex is 0.33, 0.00, 0.56, 0.26. Web safe color of #7fbd53 is #66cc66. Color #7fbd53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111101 01010011
Octal 177 275 123
Decimal 127 189 83
Hex 7F BD 53

RGB Percentages of Color #7fbd53

%31.83
%47.37
%20.80

CMYK Percentages of Color #7fbd53

%33
%0
%56
%26

Triadic Colors of #7fbd53

#7fbd53 #537fbd #bd537f

Analogous Colors of #7fbd53

#7fbd53 #53bd5c #b4bd53

Monochromatic Colors of #7fbd53

#7fbd53

Complementary Color

#7fbd53 #9153bd

#7fbd53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbd53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbd53 Color CSS Codes

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

#7fbd53 Text Font Color

<p style="color:#7fbd53">Text here</p>

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


#7fbd53 Background Color

<div style="background-color:#7fbd53">
Div content here</div>

This div background color is #7fbd53


#7fbd53 Border Color

<div style="border:3px solid #7fbd53">
Div here</div>

This div border color is #7fbd53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbd53


Comments

No comments written yet.

Please login to write comment.