Color Hex Logo

#aecaec Color Hex

#AECAEC
(174,202,236)
0 Favorites   0 Comments

Color spaces of #aecaec

RGB 174202236
HSL0.590.620.80
HSV213°26°93°
CMYK 0.260.140.00   0.07
XYZ53.716457.295987.5849
Yxy57.29590.27050.2885
Hunter Lab75.6941-5.7918-15.6181
CIE-Lab80.3457-1.8938-19.8896

#aecaec color RGB value is (174,202,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 11101100
Octal 256 312 354
Decimal 174 202 236
Hex AE CA EC

RGB Percentages of Color #aecaec

%28.43
%33.01
%38.56

CMYK Percentages of Color #aecaec

%26
%14
%0
%7

Triadic Colors of #aecaec

#aecaec #ecaeca #caecae

Analogous Colors of #aecaec

#aecaec #b1aeec #aee9ec

Monochromatic Colors of #aecaec

#aecaec

Complementary Color

#aecaec #ecd0ae

#aecaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecaec Color CSS Codes

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

#aecaec Text Font Color

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

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


#aecaec Background Color

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

This div background color is #aecaec


#aecaec Border Color

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

This div border color is #aecaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecaec


Comments

No comments written yet.

Please login to write comment.