Color Hex Logo

#63aaea Color Hex

#63AAEA
(99,170,234)
0 Favorites   0 Comments

Color spaces of #63aaea

RGB 99170234
HSL0.580.760.65
HSV208°58°92°
CMYK 0.580.270.00   0.08
XYZ34.371637.342683.2382
Yxy37.34260.22180.2410
Hunter Lab61.1086-6.5396-37.9850
CIE-Lab67.5333-3.8327-38.8506

#63aaea color RGB value is (99,170,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10101010 11101010
Octal 143 252 352
Decimal 99 170 234
Hex 63 AA EA

RGB Percentages of Color #63aaea

%19.68
%33.80
%46.52

CMYK Percentages of Color #63aaea

%58
%27
%0
%8

Triadic Colors of #63aaea

#63aaea #ea63aa #aaea63

Analogous Colors of #63aaea

#63aaea #6367ea #63eae7

Monochromatic Colors of #63aaea

#63aaea

Complementary Color

#63aaea #eaa363

#63aaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63aaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#63aaea Color CSS Codes

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

#63aaea Text Font Color

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

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


#63aaea Background Color

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

This div background color is #63aaea


#63aaea Border Color

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

This div border color is #63aaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63aaea


Comments

No comments written yet.

Please login to write comment.