Color Hex Logo

#63aeca Color Hex

#63AECA
(99,174,202)
0 Favorites   0 Comments

Color spaces of #63aeca

RGB 99174202
HSL0.550.490.59
HSV196°51°79°
CMYK 0.510.140.00   0.21
XYZ30.942337.189061.4245
Yxy37.18900.23880.2871
Hunter Lab60.9828-16.1500-17.0315
CIE-Lab67.4186-15.6028-21.4308

#63aeca color RGB value is (99,174,202).

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

The process color (four color CMYK) of #63aeca color hex is 0.51, 0.14, 0.00, 0.21. Web safe color of #63aeca is #6699cc. Color #63aeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10101110 11001010
Octal 143 256 312
Decimal 99 174 202
Hex 63 AE CA

RGB Percentages of Color #63aeca

%20.84
%36.63
%42.53

CMYK Percentages of Color #63aeca

%51
%14
%0
%21

Triadic Colors of #63aeca

#63aeca #ca63ae #aeca63

Analogous Colors of #63aeca

#63aeca #637bca #63cab3

Monochromatic Colors of #63aeca

#63aeca

Complementary Color

#63aeca #ca7f63

#63aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#63aeca Color CSS Codes

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

#63aeca Text Font Color

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

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


#63aeca Background Color

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

This div background color is #63aeca


#63aeca Border Color

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

This div border color is #63aeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63aeca


Comments

No comments written yet.

Please login to write comment.