Color Hex Logo

#aeebcc Color Hex

#AEEBCC
(174,235,204)
0 Favorites   0 Comments

Color spaces of #aeebcc

RGB 174235204
HSL0.420.600.80
HSV150°26°92°
CMYK 0.260.000.13   0.08
XYZ58.063072.775068.1135
Yxy72.77500.29180.3658
Hunter Lab85.3083-27.797812.3763
CIE-Lab88.3403-25.49098.8479

#aeebcc color RGB value is (174,235,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101011 11001100
Octal 256 353 314
Decimal 174 235 204
Hex AE EB CC

RGB Percentages of Color #aeebcc

%28.38
%38.34
%33.28

CMYK Percentages of Color #aeebcc

%26
%0
%13
%8

Triadic Colors of #aeebcc

#aeebcc #ccaeeb #ebccae

Analogous Colors of #aeebcc

#aeebcc #aeebeb #afebae

Monochromatic Colors of #aeebcc

#aeebcc

Complementary Color

#aeebcc #ebaecd

#aeebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeebcc Color CSS Codes

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

#aeebcc Text Font Color

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

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


#aeebcc Background Color

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

This div background color is #aeebcc


#aeebcc Border Color

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

This div border color is #aeebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeebcc


Comments

No comments written yet.

Please login to write comment.