Color Hex Logo

#aebccf Color Hex

#AEBCCF
(174,188,207)
0 Favorites   0 Comments

Color spaces of #aebccf

RGB 174188207
HSL0.600.260.75
HSV215°16°81°
CMYK 0.160.090.00   0.19
XYZ46.701349.470166.1187
Yxy49.47010.28780.3048
Hunter Lab70.3350-4.5651-6.5013
CIE-Lab75.7429-0.8950-11.1855

#aebccf color RGB value is (174,188,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 11001111
Octal 256 274 317
Decimal 174 188 207
Hex AE BC CF

RGB Percentages of Color #aebccf

%30.58
%33.04
%36.38

CMYK Percentages of Color #aebccf

%16
%9
%0
%19

Triadic Colors of #aebccf

#aebccf #cfaebc #bccfae

Analogous Colors of #aebccf

#aebccf #b1aecf #aecdcf

Monochromatic Colors of #aebccf

#aebccf

Complementary Color

#aebccf #cfc1ae

#aebccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebccf Color CSS Codes

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

#aebccf Text Font Color

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

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


#aebccf Background Color

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

This div background color is #aebccf


#aebccf Border Color

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

This div border color is #aebccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebccf


Comments

No comments written yet.

Please login to write comment.