Color Hex Logo

#aeecce Color Hex

#AEECCE
(174,236,206)
0 Favorites   0 Comments

Color spaces of #aeecce

RGB 174236206
HSL0.420.620.80
HSV151°26°93°
CMYK 0.260.000.13   0.07
XYZ58.591673.445869.4809
Yxy73.44580.29080.3645
Hunter Lab85.7005-27.939311.9216
CIE-Lab88.6599-25.58498.2619

#aeecce color RGB value is (174,236,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101100 11001110
Octal 256 354 316
Decimal 174 236 206
Hex AE EC CE

RGB Percentages of Color #aeecce

%28.25
%38.31
%33.44

CMYK Percentages of Color #aeecce

%26
%0
%13
%7

Triadic Colors of #aeecce

#aeecce #ceaeec #ecceae

Analogous Colors of #aeecce

#aeecce #aeebec #aeecaf

Monochromatic Colors of #aeecce

#aeecce

Complementary Color

#aeecce #ecaecc

#aeecce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeecce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeecce Color CSS Codes

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

#aeecce Text Font Color

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

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


#aeecce Background Color

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

This div background color is #aeecce


#aeecce Border Color

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

This div border color is #aeecce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeecce


Comments

No comments written yet.

Please login to write comment.