Color Hex Logo

#aebfc9 Color Hex

#AEBFC9
(174,191,201)
0 Favorites   0 Comments

Color spaces of #aebfc9

RGB 174191201
HSL0.560.200.74
HSV202°13°79°
CMYK 0.130.050.00   0.21
XYZ46.629050.477362.5438
Yxy50.47730.29210.3162
Hunter Lab71.0474-7.1818-2.4605
CIE-Lab76.3613-3.7644-7.0101

#aebfc9 color RGB value is (174,191,201).

#aebfc9 hex color red value is 174, green value is 191 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #aebfc9 hue: 0.56 , saturation: 0.20 and the lightness value of aebfc9 is 0.74.

The process color (four color CMYK) of #aebfc9 color hex is 0.13, 0.05, 0.00, 0.21. Web safe color of #aebfc9 is #99cccc. Color #aebfc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 11001001
Octal 256 277 311
Decimal 174 191 201
Hex AE BF C9

RGB Percentages of Color #aebfc9

%30.74
%33.75
%35.51

CMYK Percentages of Color #aebfc9

%13
%5
%0
%21

Triadic Colors of #aebfc9

#aebfc9 #c9aebf #bfc9ae

Analogous Colors of #aebfc9

#aebfc9 #aeb2c9 #aec9c6

Monochromatic Colors of #aebfc9

#aebfc9

Complementary Color

#aebfc9 #c9b8ae

#aebfc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfc9 Color CSS Codes

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

#aebfc9 Text Font Color

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

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


#aebfc9 Background Color

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

This div background color is #aebfc9


#aebfc9 Border Color

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

This div border color is #aebfc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfc9


Comments

No comments written yet.

Please login to write comment.