Color Hex Logo

#aecced Color Hex

#AECCED
(174,204,237)
0 Favorites   0 Comments

Color spaces of #aecced

RGB 174204237
HSL0.590.640.81
HSV211°27°93°
CMYK 0.270.140.00   0.07
XYZ54.334558.298888.5098
Yxy58.29880.27010.2898
Hunter Lab76.3537-6.5954-15.2819
CIE-Lab80.9046-2.7233-19.5784

#aecced color RGB value is (174,204,237).

#aecced hex color red value is 174, green value is 204 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aecced hue: 0.59 , saturation: 0.64 and the lightness value of aecced is 0.81.

The process color (four color CMYK) of #aecced color hex is 0.27, 0.14, 0.00, 0.07. Web safe color of #aecced is #99ccff. Color #aecced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 11101101
Octal 256 314 355
Decimal 174 204 237
Hex AE CC ED

RGB Percentages of Color #aecced

%28.29
%33.17
%38.54

CMYK Percentages of Color #aecced

%27
%14
%0
%7

Triadic Colors of #aecced

#aecced #edaecc #ccedae

Analogous Colors of #aecced

#aecced #b0aeed #aeeced

Monochromatic Colors of #aecced

#aecced

Complementary Color

#aecced #edcfae

#aecced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecced Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecced Color CSS Codes

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

#aecced Text Font Color

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

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


#aecced Background Color

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

This div background color is #aecced


#aecced Border Color

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

This div border color is #aecced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecced


Comments

No comments written yet.

Please login to write comment.