Color Hex Logo

#63aaec Color Hex

#63AAEC
(99,170,236)
0 Favorites   0 Comments

Color spaces of #63aaec

RGB 99170236
HSL0.580.780.66
HSV209°58°93°
CMYK 0.580.280.00   0.07
XYZ34.660637.458284.7602
Yxy37.45820.22090.2388
Hunter Lab61.2031-6.0171-39.2686
CIE-Lab67.6194-3.2083-39.8101

#63aaec color RGB value is (99,170,236).

#63aaec hex color red value is 99, green value is 170 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #63aaec hue: 0.58 , saturation: 0.78 and the lightness value of 63aaec is 0.66.

The process color (four color CMYK) of #63aaec color hex is 0.58, 0.28, 0.00, 0.07. Web safe color of #63aaec is #6699ff. Color #63aaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10101010 11101100
Octal 143 252 354
Decimal 99 170 236
Hex 63 AA EC

RGB Percentages of Color #63aaec

%19.60
%33.66
%46.73

CMYK Percentages of Color #63aaec

%58
%28
%0
%7

Triadic Colors of #63aaec

#63aaec #ec63aa #aaec63

Analogous Colors of #63aaec

#63aaec #6366ec #63ecea

Monochromatic Colors of #63aaec

#63aaec

Complementary Color

#63aaec #eca563

#63aaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63aaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#63aaec Color CSS Codes

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

#63aaec Text Font Color

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

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


#63aaec Background Color

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

This div background color is #63aaec


#63aaec Border Color

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

This div border color is #63aaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63aaec


Comments

No comments written yet.

Please login to write comment.