Color Hex Logo

#63b80c Color Hex

#63B80C
(99,184,12)
0 Favorites   0 Comments

Color spaces of #63b80c

RGB 9918412
HSL0.250.880.38
HSV90°93°72°
CMYK 0.460.000.93   0.28
XYZ22.352436.96026.3038
Yxy36.96020.34070.5633
Hunter Lab60.7949-40.762236.4087
CIE-Lab67.2472-50.198466.1587

#63b80c color RGB value is (99,184,12).

#63b80c hex color red value is 99, green value is 184 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #63b80c hue: 0.25 , saturation: 0.88 and the lightness value of 63b80c is 0.38.

The process color (four color CMYK) of #63b80c color hex is 0.46, 0.00, 0.93, 0.28. Web safe color of #63b80c is #66cc00. Color #63b80c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10111000 00001100
Octal 143 270 14
Decimal 99 184 12
Hex 63 B8 C

RGB Percentages of Color #63b80c

%33.56
%62.37
%4.07

CMYK Percentages of Color #63b80c

%46
%0
%93
%28

Triadic Colors of #63b80c

#63b80c #0c63b8 #b80c63

Analogous Colors of #63b80c

#63b80c #0db80c #b8b70c

Monochromatic Colors of #63b80c

#63b80c

Complementary Color

#63b80c #610cb8

#63b80c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63b80c Color Preview on White Background

Lorem ipsum dolor sit amet.

#63b80c Color CSS Codes

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

#63b80c Text Font Color

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

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


#63b80c Background Color

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

This div background color is #63b80c


#63b80c Border Color

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

This div border color is #63b80c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63b80c


Comments

No comments written yet.

Please login to write comment.