Color Hex Logo

#aebcca Color Hex

#AEBCCA
(174,188,202)
0 Favorites   0 Comments

Color spaces of #aebcca

RGB 174188202
HSL0.580.210.74
HSV210°14°79°
CMYK 0.140.070.00   0.21
XYZ46.099449.229462.9496
Yxy49.22940.29130.3110
Hunter Lab70.1637-5.5072-4.0794
CIE-Lab75.5938-1.9550-8.6921

#aebcca color RGB value is (174,188,202).

#aebcca hex color red value is 174, green value is 188 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aebcca hue: 0.58 , saturation: 0.21 and the lightness value of aebcca is 0.74.

The process color (four color CMYK) of #aebcca color hex is 0.14, 0.07, 0.00, 0.21. Web safe color of #aebcca is #99cccc. Color #aebcca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 11001010
Octal 256 274 312
Decimal 174 188 202
Hex AE BC CA

RGB Percentages of Color #aebcca

%30.85
%33.33
%35.82

CMYK Percentages of Color #aebcca

%14
%7
%0
%21

Triadic Colors of #aebcca

#aebcca #caaebc #bccaae

Analogous Colors of #aebcca

#aebcca #aeaeca #aecaca

Monochromatic Colors of #aebcca

#aebcca

Complementary Color

#aebcca #cabcae

#aebcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebcca Color CSS Codes

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

#aebcca Text Font Color

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

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


#aebcca Background Color

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

This div background color is #aebcca


#aebcca Border Color

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

This div border color is #aebcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebcca


Comments

No comments written yet.

Please login to write comment.