Color Hex Logo

#aebbc1 Color Hex

#AEBBC1
(174,187,193)
0 Favorites   0 Comments

Color spaces of #aebbc1

RGB 174187193
HSL0.550.130.72
HSV199°10°76°
CMYK 0.100.030.00   0.24
XYZ44.851548.389657.4283
Yxy48.38960.29770.3212
Hunter Lab69.5626-6.6442-0.2538
CIE-Lab75.0700-3.2744-4.5743

#aebbc1 color RGB value is (174,187,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111011 11000001
Octal 256 273 301
Decimal 174 187 193
Hex AE BB C1

RGB Percentages of Color #aebbc1

%31.41
%33.75
%34.84

CMYK Percentages of Color #aebbc1

%10
%3
%0
%24

Triadic Colors of #aebbc1

#aebbc1 #c1aebb #bbc1ae

Analogous Colors of #aebbc1

#aebbc1 #aeb2c1 #aec1be

Monochromatic Colors of #aebbc1

#aebbc1

Complementary Color

#aebbc1 #c1b4ae

#aebbc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebbc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebbc1 Color CSS Codes

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

#aebbc1 Text Font Color

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

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


#aebbc1 Background Color

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

This div background color is #aebbc1


#aebbc1 Border Color

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

This div border color is #aebbc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebbc1


Comments

No comments written yet.

Please login to write comment.