Color Hex Logo

#aeccee Color Hex

#AECCEE
(174,204,238)
0 Favorites   0 Comments

Color spaces of #aeccee

RGB 174204238
HSL0.590.650.81
HSV212°27°93°
CMYK 0.270.140.00   0.07
XYZ54.481058.357489.2816
Yxy58.35740.26950.2887
Hunter Lab76.3920-6.3840-15.8196
CIE-Lab80.9371-2.4906-20.0634

#aeccee color RGB value is (174,204,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 11101110
Octal 256 314 356
Decimal 174 204 238
Hex AE CC EE

RGB Percentages of Color #aeccee

%28.25
%33.12
%38.64

CMYK Percentages of Color #aeccee

%27
%14
%0
%7

Triadic Colors of #aeccee

#aeccee #eeaecc #cceeae

Analogous Colors of #aeccee

#aeccee #b0aeee #aeecee

Monochromatic Colors of #aeccee

#aeccee

Complementary Color

#aeccee #eed0ae

#aeccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeccee Color CSS Codes

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

#aeccee Text Font Color

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

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


#aeccee Background Color

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

This div background color is #aeccee


#aeccee Border Color

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

This div border color is #aeccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeccee


Comments

No comments written yet.

Please login to write comment.