color codes Logo

#63a06c color codes

#63A06C
(99,160,108)
0 Favorites   0 Comments

Color spaces of #63a06c

RGB 99160108
HSL0.360.240.51
HSV129°38°63°
CMYK 0.380.000.33   0.37
XYZ20.423228.877018.6848
Yxy28.87700.30040.4248
Hunter Lab53.7373-26.200317.0006
CIE-Lab60.6729-31.008621.0541

#63a06c color RGB value is (99,160,108).

#63a06c hex color red value is 99, green value is 160 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #63a06c hue: 0.36 , saturation: 0.24 and the lightness value of 63a06c is 0.51.

The process color (four color CMYK) of #63a06c color code is 0.38, 0.00, 0.33, 0.37. Web safe color of #63a06c is #669966. Color #63a06c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10100000 01101100
Octal 143 240 154
Decimal 99 160 108
Hex 63 A0 6C

RGB Percentages of Color #63a06c

%26.98
%43.60
%29.43

CMYK Percentages of Color #63a06c

%38
%0
%33
%37

Triadic Colors of #63a06c

#63a06c #6c63a0 #a06c63

Analogous Colors of #63a06c

#63a06c #63a08b #79a063

Monochromatic Colors of #63a06c

#63a06c

Complementary Color

#63a06c #a06397

#63a06c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63a06c Color Preview on White Background

Lorem ipsum dolor sit amet.

#63a06c Color CSS Codes

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

#63a06c Text Font Color

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

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


#63a06c Background Color

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

This div background color is #63a06c


#63a06c Border Color

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

This div border color is #63a06c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63a06c


Comments

No comments written yet.

Please login to write comment.