Color Hex Logo

#aebaca Color Hex

#AEBACA
(174,186,202)
0 Favorites   0 Comments

Color spaces of #aebaca

RGB 174186202
HSL0.600.210.74
HSV214°14°79°
CMYK 0.140.080.00   0.21
XYZ45.675148.380762.8082
Yxy48.38070.29120.3084
Hunter Lab69.5562-4.5088-4.8486
CIE-Lab75.0644-0.8820-9.4801

#aebaca color RGB value is (174,186,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 11001010
Octal 256 272 312
Decimal 174 186 202
Hex AE BA CA

RGB Percentages of Color #aebaca

%30.96
%33.10
%35.94

CMYK Percentages of Color #aebaca

%14
%8
%0
%21

Triadic Colors of #aebaca

#aebaca #caaeba #bacaae

Analogous Colors of #aebaca

#aebaca #b0aeca #aec8ca

Monochromatic Colors of #aebaca

#aebaca

Complementary Color

#aebaca #cabeae

#aebaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebaca Color CSS Codes

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

#aebaca Text Font Color

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

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


#aebaca Background Color

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

This div background color is #aebaca


#aebaca Border Color

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

This div border color is #aebaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebaca


Comments

No comments written yet.

Please login to write comment.