Color Hex Logo

#aeccea Color Hex

#AECCEA
(174,204,234)
0 Favorites   0 Comments

Color spaces of #aeccea

RGB 174204234
HSL0.580.590.80
HSV210°26°92°
CMYK 0.260.130.00   0.08
XYZ53.899758.124986.2203
Yxy58.12490.27190.2932
Hunter Lab76.2397-7.2241-13.6839
CIE-Lab80.8082-3.4174-18.1212

#aeccea color RGB value is (174,204,234).

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

The process color (four color CMYK) of #aeccea color hex is 0.26, 0.13, 0.00, 0.08. Web safe color of #aeccea is #99ccff. Color #aeccea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 11101010
Octal 256 314 352
Decimal 174 204 234
Hex AE CC EA

RGB Percentages of Color #aeccea

%28.43
%33.33
%38.24

CMYK Percentages of Color #aeccea

%26
%13
%0
%8

Triadic Colors of #aeccea

#aeccea #eaaecc #cceaae

Analogous Colors of #aeccea

#aeccea #aeaeea #aeeaea

Monochromatic Colors of #aeccea

#aeccea

Complementary Color

#aeccea #eaccae

#aeccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeccea Color CSS Codes

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

#aeccea Text Font Color

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

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


#aeccea Background Color

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

This div background color is #aeccea


#aeccea Border Color

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

This div border color is #aeccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeccea


Comments

No comments written yet.

Please login to write comment.