Color Hex Logo

#63aeaa Color Hex

#63AEAA
(99,174,170)
0 Favorites   0 Comments

Color spaces of #63aeaa

RGB 99174170
HSL0.490.320.54
HSV177°43°68°
CMYK 0.430.000.02   0.32
XYZ27.537335.827043.4941
Yxy35.82700.25770.3353
Hunter Lab59.8557-22.6264-1.1841
CIE-Lab66.3875-24.2688-5.2471

#63aeaa color RGB value is (99,174,170).

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

The process color (four color CMYK) of #63aeaa color hex is 0.43, 0.00, 0.02, 0.32. Web safe color of #63aeaa is #669999. Color #63aeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10101110 10101010
Octal 143 256 252
Decimal 99 174 170
Hex 63 AE AA

RGB Percentages of Color #63aeaa

%22.35
%39.28
%38.37

CMYK Percentages of Color #63aeaa

%43
%0
%2
%32

Triadic Colors of #63aeaa

#63aeaa #aa63ae #aeaa63

Analogous Colors of #63aeaa

#63aeaa #638dae #63ae85

Monochromatic Colors of #63aeaa

#63aeaa

Complementary Color

#63aeaa #ae6367

#63aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#63aeaa Color CSS Codes

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

#63aeaa Text Font Color

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

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


#63aeaa Background Color

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

This div background color is #63aeaa


#63aeaa Border Color

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

This div border color is #63aeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63aeaa


Comments

No comments written yet.

Please login to write comment.