Color Hex Logo

#63b14f Color Hex

#63B14F
(99,177,79)
0 Favorites   0 Comments

Color spaces of #63b14f

RGB 9917779
HSL0.300.390.50
HSV108°55°69°
CMYK 0.440.000.55   0.31
XYZ22.279034.661412.9132
Yxy34.66140.31890.4962
Hunter Lab58.8739-35.481628.2073
CIE-Lab65.4842-42.937642.2275

#63b14f color RGB value is (99,177,79).

#63b14f hex color red value is 99, green value is 177 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #63b14f hue: 0.30 , saturation: 0.39 and the lightness value of 63b14f is 0.50.

The process color (four color CMYK) of #63b14f color hex is 0.44, 0.00, 0.55, 0.31. Web safe color of #63b14f is #669966. Color #63b14f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10110001 01001111
Octal 143 261 117
Decimal 99 177 79
Hex 63 B1 4F

RGB Percentages of Color #63b14f

%27.89
%49.86
%22.25

CMYK Percentages of Color #63b14f

%44
%0
%55
%31

Triadic Colors of #63b14f

#63b14f #4f63b1 #b14f63

Analogous Colors of #63b14f

#63b14f #4fb16c #94b14f

Monochromatic Colors of #63b14f

#63b14f

Complementary Color

#63b14f #9d4fb1

#63b14f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63b14f Color Preview on White Background

Lorem ipsum dolor sit amet.

#63b14f Color CSS Codes

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

#63b14f Text Font Color

<p style="color:#63b14f">Text here</p>

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


#63b14f Background Color

<div style="background-color:#63b14f">
Div content here</div>

This div background color is #63b14f


#63b14f Border Color

<div style="border:3px solid #63b14f">
Div here</div>

This div border color is #63b14f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,177,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63b14f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63b14f;
  -webkit-box-shadow: 1px 1px 3px 2px #63b14f;
  box-shadow:         1px 1px 3px 2px #63b14f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,177,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63b14f


Comments

No comments written yet.

Please login to write comment.