Color Hex Logo

#63aaa4 Color Hex

#63AAA4
(99,170,164)
0 Favorites   0 Comments

Color spaces of #63aaa4

RGB 99170164
HSL0.490.290.53
HSV175°42°67°
CMYK 0.420.000.04   0.33
XYZ26.221234.082440.3185
Yxy34.08240.26060.3387
Hunter Lab58.3801-21.9927-0.0808
CIE-Lab65.0279-23.7655-3.9155

#63aaa4 color RGB value is (99,170,164).

#63aaa4 hex color red value is 99, green value is 170 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #63aaa4 hue: 0.49 , saturation: 0.29 and the lightness value of 63aaa4 is 0.53.

The process color (four color CMYK) of #63aaa4 color hex is 0.42, 0.00, 0.04, 0.33. Web safe color of #63aaa4 is #669999. Color #63aaa4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10101010 10100100
Octal 143 252 244
Decimal 99 170 164
Hex 63 AA A4

RGB Percentages of Color #63aaa4

%22.86
%39.26
%37.88

CMYK Percentages of Color #63aaa4

%42
%0
%4
%33

Triadic Colors of #63aaa4

#63aaa4 #a463aa #aaa463

Analogous Colors of #63aaa4

#63aaa4 #638daa #63aa81

Monochromatic Colors of #63aaa4

#63aaa4

Complementary Color

#63aaa4 #aa6369

#63aaa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63aaa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#63aaa4 Color CSS Codes

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

#63aaa4 Text Font Color

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

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


#63aaa4 Background Color

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

This div background color is #63aaa4


#63aaa4 Border Color

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

This div border color is #63aaa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63aaa4


Comments

No comments written yet.

Please login to write comment.