Color Hex Logo

#aebfcd Color Hex

#AEBFCD
(174,191,205)
0 Favorites   0 Comments

Color spaces of #aebfcd

RGB 174191205
HSL0.580.240.74
HSV207°15°80°
CMYK 0.150.070.00   0.20
XYZ47.105850.668165.0548
Yxy50.66810.28930.3112
Hunter Lab71.1815-6.4417-4.3597
CIE-Lab76.4775-2.9259-9.0055

#aebfcd color RGB value is (174,191,205).

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

The process color (four color CMYK) of #aebfcd color hex is 0.15, 0.07, 0.00, 0.20. Web safe color of #aebfcd is #99cccc. Color #aebfcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 11001101
Octal 256 277 315
Decimal 174 191 205
Hex AE BF CD

RGB Percentages of Color #aebfcd

%30.53
%33.51
%35.96

CMYK Percentages of Color #aebfcd

%15
%7
%0
%20

Triadic Colors of #aebfcd

#aebfcd #cdaebf #bfcdae

Analogous Colors of #aebfcd

#aebfcd #aeb0cd #aecdcc

Monochromatic Colors of #aebfcd

#aebfcd

Complementary Color

#aebfcd #cdbcae

#aebfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfcd Color CSS Codes

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

#aebfcd Text Font Color

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

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


#aebfcd Background Color

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

This div background color is #aebfcd


#aebfcd Border Color

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

This div border color is #aebfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfcd


Comments

No comments written yet.

Please login to write comment.