Color Hex Logo

#aebcaf Color Hex

#AEBCAF
(174,188,175)
1 Favorites   0 Comments

Color spaces of #aebcaf

RGB 174188175
HSL0.350.090.71
HSV124°74°
CMYK 0.070.000.07   0.26
XYZ43.176648.060347.5583
Yxy48.06030.31110.3463
Hunter Lab69.3255-10.14827.8541
CIE-Lab74.8629-7.28904.9137

#aebcaf color RGB value is (174,188,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 10101111
Octal 256 274 257
Decimal 174 188 175
Hex AE BC AF

RGB Percentages of Color #aebcaf

%32.40
%35.01
%32.59

CMYK Percentages of Color #aebcaf

%7
%0
%7
%26

Triadic Colors of #aebcaf

#aebcaf #afaebc #bcafae

Analogous Colors of #aebcaf

#aebcaf #aebcb6 #b4bcae

Monochromatic Colors of #aebcaf

#aebcaf

Complementary Color

#aebcaf #bcaebb

#aebcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebcaf Color CSS Codes

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

#aebcaf Text Font Color

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

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


#aebcaf Background Color

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

This div background color is #aebcaf


#aebcaf Border Color

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

This div border color is #aebcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebcaf

#aebcaf Color Palettes


Comments

No comments written yet.

Please login to write comment.