Color Hex Logo

#63ad64 Color Hex

#63AD64
(99,173,100)
0 Favorites   0 Comments

Color spaces of #63ad64

RGB 99173100
HSL0.340.310.53
HSV121°43°68°
CMYK 0.430.000.42   0.32
XYZ22.389433.459917.3350
Yxy33.45990.30590.4572
Hunter Lab57.8445-32.137422.7230
CIE-Lab64.5316-38.323130.4504

#63ad64 color RGB value is (99,173,100).

#63ad64 hex color red value is 99, green value is 173 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #63ad64 hue: 0.34 , saturation: 0.31 and the lightness value of 63ad64 is 0.53.

The process color (four color CMYK) of #63ad64 color hex is 0.43, 0.00, 0.42, 0.32. Web safe color of #63ad64 is #669966. Color #63ad64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10101101 01100100
Octal 143 255 144
Decimal 99 173 100
Hex 63 AD 64

RGB Percentages of Color #63ad64

%26.61
%46.51
%26.88

CMYK Percentages of Color #63ad64

%43
%0
%42
%32

Triadic Colors of #63ad64

#63ad64 #6463ad #ad6463

Analogous Colors of #63ad64

#63ad64 #63ad89 #87ad63

Monochromatic Colors of #63ad64

#63ad64

Complementary Color

#63ad64 #ad63ac

#63ad64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63ad64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#63ad64 Color CSS Codes

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

#63ad64 Text Font Color

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

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


#63ad64 Background Color

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

This div background color is #63ad64


#63ad64 Border Color

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

This div border color is #63ad64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63ad64


Comments

No comments written yet.

Please login to write comment.