Color Hex Logo

#63aeea Color Hex

#63AEEA
(99,174,234)
0 Favorites   0 Comments

Color spaces of #63aeea

RGB 99174234
HSL0.570.760.65
HSV207°58°92°
CMYK 0.580.260.00   0.08
XYZ35.132938.865383.4919
Yxy38.86530.22310.2468
Hunter Lab62.3420-8.5048-35.7650
CIE-Lab68.6536-6.0508-37.1047

#63aeea color RGB value is (99,174,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10101110 11101010
Octal 143 256 352
Decimal 99 174 234
Hex 63 AE EA

RGB Percentages of Color #63aeea

%19.53
%34.32
%46.15

CMYK Percentages of Color #63aeea

%58
%26
%0
%8

Triadic Colors of #63aeea

#63aeea #ea63ae #aeea63

Analogous Colors of #63aeea

#63aeea #636bea #63eae3

Monochromatic Colors of #63aeea

#63aeea

Complementary Color

#63aeea #ea9f63

#63aeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63aeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#63aeea Color CSS Codes

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

#63aeea Text Font Color

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

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


#63aeea Background Color

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

This div background color is #63aeea


#63aeea Border Color

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

This div border color is #63aeea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,174,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 #63aeea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63aeea


Comments

No comments written yet.

Please login to write comment.