Color Hex Logo

#aec1cc Color Hex

#AEC1CC
(174,193,204)
0 Favorites   0 Comments

Color spaces of #aec1cc

RGB 174193204
HSL0.560.230.74
HSV202°15°80°
CMYK 0.150.050.00   0.20
XYZ47.424651.498264.5673
Yxy51.49820.29010.3150
Hunter Lab71.7622-7.6209-3.1120
CIE-Lab76.9798-4.2003-7.7177

#aec1cc color RGB value is (174,193,204).

#aec1cc hex color red value is 174, green value is 193 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #aec1cc hue: 0.56 , saturation: 0.23 and the lightness value of aec1cc is 0.74.

The process color (four color CMYK) of #aec1cc color hex is 0.15, 0.05, 0.00, 0.20. Web safe color of #aec1cc is #99cccc. Color #aec1cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000001 11001100
Octal 256 301 314
Decimal 174 193 204
Hex AE C1 CC

RGB Percentages of Color #aec1cc

%30.47
%33.80
%35.73

CMYK Percentages of Color #aec1cc

%15
%5
%0
%20

Triadic Colors of #aec1cc

#aec1cc #ccaec1 #c1ccae

Analogous Colors of #aec1cc

#aec1cc #aeb2cc #aeccc8

Monochromatic Colors of #aec1cc

#aec1cc

Complementary Color

#aec1cc #ccb9ae

#aec1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec1cc Color CSS Codes

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

#aec1cc Text Font Color

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

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


#aec1cc Background Color

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

This div background color is #aec1cc


#aec1cc Border Color

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

This div border color is #aec1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec1cc


Comments

No comments written yet.

Please login to write comment.