Color Hex Logo

#aeeacb Color Hex

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

Color spaces of #aeeacb

RGB 174234203
HSL0.410.590.80
HSV149°26°92°
CMYK 0.260.000.13   0.08
XYZ57.657972.156167.3885
Yxy72.15610.29240.3659
Hunter Lab84.9447-27.493012.4253
CIE-Lab88.0437-25.20138.9455

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

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

The process color (four color CMYK) of #aeeacb color hex is 0.26, 0.00, 0.13, 0.08. Web safe color of #aeeacb is #99ffcc. Color #aeeacb contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #aeeacb

%28.48
%38.30
%33.22

CMYK Percentages of Color #aeeacb

%26
%0
%13
%8

Triadic Colors of #aeeacb

#aeeacb #cbaeea #eacbae

Analogous Colors of #aeeacb

#aeeacb #aeeae9 #afeaae

Monochromatic Colors of #aeeacb

#aeeacb

Complementary Color

#aeeacb #eaaecd

#aeeacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeacb Color CSS Codes

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

#aeeacb Text Font Color

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

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


#aeeacb Background Color

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

This div background color is #aeeacb


#aeeacb Border Color

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

This div border color is #aeeacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeacb


Comments

No comments written yet.

Please login to write comment.