Color Hex Logo

#aecbea Color Hex

#AECBEA
(174,203,234)
0 Favorites   0 Comments

Color spaces of #aecbea

RGB 174203234
HSL0.590.590.80
HSV211°26°92°
CMYK 0.260.130.00   0.08
XYZ53.662857.651186.1413
Yxy57.65110.27180.2920
Hunter Lab75.9283-6.7186-14.1152
CIE-Lab80.5444-2.8877-18.5194

#aecbea color RGB value is (174,203,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 11101010
Octal 256 313 352
Decimal 174 203 234
Hex AE CB EA

RGB Percentages of Color #aecbea

%28.48
%33.22
%38.30

CMYK Percentages of Color #aecbea

%26
%13
%0
%8

Triadic Colors of #aecbea

#aecbea #eaaecb #cbeaae

Analogous Colors of #aecbea

#aecbea #afaeea #aee9ea

Monochromatic Colors of #aecbea

#aecbea

Complementary Color

#aecbea #eacdae

#aecbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecbea Color CSS Codes

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

#aecbea Text Font Color

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

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


#aecbea Background Color

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

This div background color is #aecbea


#aecbea Border Color

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

This div border color is #aecbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecbea


Comments

No comments written yet.

Please login to write comment.