Color Hex Logo

#aecccf Color Hex

#AECCCF
(174,204,207)
0 Favorites   0 Comments

Color spaces of #aecccf

RGB 174204207
HSL0.520.260.75
HSV185°16°81°
CMYK 0.160.010.00   0.19
XYZ50.310956.689467.3220
Yxy56.68940.28860.3252
Hunter Lab75.2924-12.4866-0.3090
CIE-Lab80.0046-9.3507-4.8589

#aecccf color RGB value is (174,204,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 11001111
Octal 256 314 317
Decimal 174 204 207
Hex AE CC CF

RGB Percentages of Color #aecccf

%29.74
%34.87
%35.38

CMYK Percentages of Color #aecccf

%16
%1
%0
%19

Triadic Colors of #aecccf

#aecccf #cfaecc #cccfae

Analogous Colors of #aecccf

#aecccf #aebccf #aecfc2

Monochromatic Colors of #aecccf

#aecccf

Complementary Color

#aecccf #cfb1ae

#aecccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecccf Color CSS Codes

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

#aecccf Text Font Color

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

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


#aecccf Background Color

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

This div background color is #aecccf


#aecccf Border Color

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

This div border color is #aecccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecccf


Comments

No comments written yet.

Please login to write comment.