Color Hex Logo

#aebbcf Color Hex

#AEBBCF
(174,187,207)
0 Favorites   0 Comments

Color spaces of #aebbcf

RGB 174187207
HSL0.600.260.75
HSV216°16°81°
CMYK 0.160.100.00   0.19
XYZ46.488449.044366.0478
Yxy49.04430.28770.3035
Hunter Lab70.0316-4.0635-6.8951
CIE-Lab75.4789-0.3577-11.5801

#aebbcf color RGB value is (174,187,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111011 11001111
Octal 256 273 317
Decimal 174 187 207
Hex AE BB CF

RGB Percentages of Color #aebbcf

%30.63
%32.92
%36.44

CMYK Percentages of Color #aebbcf

%16
%10
%0
%19

Triadic Colors of #aebbcf

#aebbcf #cfaebb #bbcfae

Analogous Colors of #aebbcf

#aebbcf #b2aecf #aecccf

Monochromatic Colors of #aebbcf

#aebbcf

Complementary Color

#aebbcf #cfc2ae

#aebbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebbcf Color CSS Codes

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

#aebbcf Text Font Color

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

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


#aebbcf Background Color

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

This div background color is #aebbcf


#aebbcf Border Color

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

This div border color is #aebbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebbcf


Comments

No comments written yet.

Please login to write comment.