Color Hex Logo

#aebdcf Color Hex

#AEBDCF
(174,189,207)
0 Favorites   0 Comments

Color spaces of #aebdcf

RGB 174189207
HSL0.590.260.75
HSV213°16°81°
CMYK 0.160.090.00   0.19
XYZ46.915649.898966.1902
Yxy49.89890.28780.3061
Hunter Lab70.6392-5.0662-6.1084
CIE-Lab76.0072-1.4317-10.7908

#aebdcf color RGB value is (174,189,207).

#aebdcf hex color red value is 174, green value is 189 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aebdcf hue: 0.59 , saturation: 0.26 and the lightness value of aebdcf is 0.75.

The process color (four color CMYK) of #aebdcf color hex is 0.16, 0.09, 0.00, 0.19. Web safe color of #aebdcf is #99cccc. Color #aebdcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 11001111
Octal 256 275 317
Decimal 174 189 207
Hex AE BD CF

RGB Percentages of Color #aebdcf

%30.53
%33.16
%36.32

CMYK Percentages of Color #aebdcf

%16
%9
%0
%19

Triadic Colors of #aebdcf

#aebdcf #cfaebd #bdcfae

Analogous Colors of #aebdcf

#aebdcf #b0aecf #aececf

Monochromatic Colors of #aebdcf

#aebdcf

Complementary Color

#aebdcf #cfc0ae

#aebdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebdcf Color CSS Codes

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

#aebdcf Text Font Color

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

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


#aebdcf Background Color

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

This div background color is #aebdcf


#aebdcf Border Color

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

This div border color is #aebdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebdcf


Comments

No comments written yet.

Please login to write comment.