Color Hex Logo

#aebbc2 Color Hex

#AEBBC2
(174,187,194)
0 Favorites   0 Comments

Color spaces of #aebbc2

RGB 174187194
HSL0.560.140.72
HSV201°10°76°
CMYK 0.100.040.00   0.24
XYZ44.963548.434458.0179
Yxy48.43440.29700.3199
Hunter Lab69.5948-6.4665-0.7109
CIE-Lab75.0981-3.0717-5.0770

#aebbc2 color RGB value is (174,187,194).

#aebbc2 hex color red value is 174, green value is 187 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #aebbc2 hue: 0.56 , saturation: 0.14 and the lightness value of aebbc2 is 0.72.

The process color (four color CMYK) of #aebbc2 color hex is 0.10, 0.04, 0.00, 0.24. Web safe color of #aebbc2 is #99cccc. Color #aebbc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111011 11000010
Octal 256 273 302
Decimal 174 187 194
Hex AE BB C2

RGB Percentages of Color #aebbc2

%31.35
%33.69
%34.95

CMYK Percentages of Color #aebbc2

%10
%4
%0
%24

Triadic Colors of #aebbc2

#aebbc2 #c2aebb #bbc2ae

Analogous Colors of #aebbc2

#aebbc2 #aeb1c2 #aec2bf

Monochromatic Colors of #aebbc2

#aebbc2

Complementary Color

#aebbc2 #c2b5ae

#aebbc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebbc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebbc2 Color CSS Codes

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

#aebbc2 Text Font Color

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

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


#aebbc2 Background Color

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

This div background color is #aebbc2


#aebbc2 Border Color

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

This div border color is #aebbc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebbc2


Comments

No comments written yet.

Please login to write comment.