Color Hex Logo

#aebacf Color Hex

#AEBACF
(174,186,207)
0 Favorites   0 Comments

Color spaces of #aebacf

RGB 174186207
HSL0.610.260.75
HSV218°16°81°
CMYK 0.160.100.00   0.19
XYZ46.276948.621565.9773
Yxy48.62150.28770.3022
Hunter Lab69.7291-3.5614-7.2895
CIE-Lab75.21520.1803-11.9743

#aebacf color RGB value is (174,186,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 11001111
Octal 256 272 317
Decimal 174 186 207
Hex AE BA CF

RGB Percentages of Color #aebacf

%30.69
%32.80
%36.51

CMYK Percentages of Color #aebacf

%16
%10
%0
%19

Triadic Colors of #aebacf

#aebacf #cfaeba #bacfae

Analogous Colors of #aebacf

#aebacf #b3aecf #aecbcf

Monochromatic Colors of #aebacf

#aebacf

Complementary Color

#aebacf #cfc3ae

#aebacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebacf Color CSS Codes

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

#aebacf Text Font Color

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

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


#aebacf Background Color

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

This div background color is #aebacf


#aebacf Border Color

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

This div border color is #aebacf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,186,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 #aebacf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebacf


Comments

No comments written yet.

Please login to write comment.