Color Hex Logo

#aebfbc Color Hex

#AEBFBC
(174,191,188)
0 Favorites   0 Comments

Color spaces of #aebfbc

RGB 174191188
HSL0.470.120.72
HSV169°75°
CMYK 0.090.000.02   0.25
XYZ45.163549.891154.8265
Yxy49.89110.30130.3329
Hunter Lab70.6336-9.47513.4221
CIE-Lab76.0024-6.3927-0.4886

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

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

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

Base Numbers

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

RGB Percentages of Color #aebfbc

%31.46
%34.54
%34.00

CMYK Percentages of Color #aebfbc

%9
%0
%2
%25

Triadic Colors of #aebfbc

#aebfbc #bcaebf #bfbcae

Analogous Colors of #aebfbc

#aebfbc #aebabf #aebfb4

Monochromatic Colors of #aebfbc

#aebfbc

Complementary Color

#aebfbc #bfaeb1

#aebfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfbc Color CSS Codes

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

#aebfbc Text Font Color

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

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


#aebfbc Background Color

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

This div background color is #aebfbc


#aebfbc Border Color

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

This div border color is #aebfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfbc


Comments

No comments written yet.

Please login to write comment.