Color Hex Logo

#aebcb1 Color Hex

#AEBCB1
(174,188,177)
0 Favorites   0 Comments

Color spaces of #aebcb1

RGB 174188177
HSL0.370.090.71
HSV133°74°
CMYK 0.070.000.06   0.26
XYZ43.374648.139448.6007
Yxy48.13940.30960.3436
Hunter Lab69.3826-9.83007.0367
CIE-Lab74.9128-6.91713.8990

#aebcb1 color RGB value is (174,188,177).

#aebcb1 hex color red value is 174, green value is 188 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #aebcb1 hue: 0.37 , saturation: 0.09 and the lightness value of aebcb1 is 0.71.

The process color (four color CMYK) of #aebcb1 color hex is 0.07, 0.00, 0.06, 0.26. Web safe color of #aebcb1 is #99cc99. Color #aebcb1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 10110001
Octal 256 274 261
Decimal 174 188 177
Hex AE BC B1

RGB Percentages of Color #aebcb1

%32.28
%34.88
%32.84

CMYK Percentages of Color #aebcb1

%7
%0
%6
%26

Triadic Colors of #aebcb1

#aebcb1 #b1aebc #bcb1ae

Analogous Colors of #aebcb1

#aebcb1 #aebcb8 #b2bcae

Monochromatic Colors of #aebcb1

#aebcb1

Complementary Color

#aebcb1 #bcaeb9

#aebcb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebcb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebcb1 Color CSS Codes

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

#aebcb1 Text Font Color

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

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


#aebcb1 Background Color

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

This div background color is #aebcb1


#aebcb1 Border Color

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

This div border color is #aebcb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebcb1


Comments

No comments written yet.

Please login to write comment.