Color Hex Logo

#aebcbf Color Hex

#AEBCBF
(174,188,191)
1 Favorites   0 Comments

Color spaces of #aebcbf

RGB 174188191
HSL0.530.120.72
HSV191°75°
CMYK 0.090.020.00   0.25
XYZ44.842748.726756.3319
Yxy48.72670.29910.3251
Hunter Lab69.8045-7.48881.0164
CIE-Lab75.2810-4.2093-3.1756

#aebcbf color RGB value is (174,188,191).

#aebcbf hex color red value is 174, green value is 188 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #aebcbf hue: 0.53 , saturation: 0.12 and the lightness value of aebcbf is 0.72.

The process color (four color CMYK) of #aebcbf color hex is 0.09, 0.02, 0.00, 0.25. Web safe color of #aebcbf is #99cccc. Color #aebcbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 10111111
Octal 256 274 277
Decimal 174 188 191
Hex AE BC BF

RGB Percentages of Color #aebcbf

%31.46
%34.00
%34.54

CMYK Percentages of Color #aebcbf

%9
%2
%0
%25

Triadic Colors of #aebcbf

#aebcbf #bfaebc #bcbfae

Analogous Colors of #aebcbf

#aebcbf #aeb4bf #aebfba

Monochromatic Colors of #aebcbf

#aebcbf

Complementary Color

#aebcbf #bfb1ae

#aebcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebcbf Color CSS Codes

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

#aebcbf Text Font Color

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

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


#aebcbf Background Color

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

This div background color is #aebcbf


#aebcbf Border Color

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

This div border color is #aebcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebcbf

#aebcbf Color Palettes


Comments

No comments written yet.

Please login to write comment.