Color Hex Logo

#aecae7 Color Hex

#AECAE7
(174,202,231)
0 Favorites   0 Comments

Color spaces of #aecae7

RGB 174202231
HSL0.580.540.79
HSV211°25°91°
CMYK 0.250.130.00   0.09
XYZ52.999957.009383.8118
Yxy57.00930.27340.2941
Hunter Lab75.5045-6.8360-12.9602
CIE-Lab80.1848-3.0464-17.4567

#aecae7 color RGB value is (174,202,231).

#aecae7 hex color red value is 174, green value is 202 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #aecae7 hue: 0.58 , saturation: 0.54 and the lightness value of aecae7 is 0.79.

The process color (four color CMYK) of #aecae7 color hex is 0.25, 0.13, 0.00, 0.09. Web safe color of #aecae7 is #99ccff. Color #aecae7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 11100111
Octal 256 312 347
Decimal 174 202 231
Hex AE CA E7

RGB Percentages of Color #aecae7

%28.67
%33.28
%38.06

CMYK Percentages of Color #aecae7

%25
%13
%0
%9

Triadic Colors of #aecae7

#aecae7 #e7aeca #cae7ae

Analogous Colors of #aecae7

#aecae7 #afaee7 #aee7e7

Monochromatic Colors of #aecae7

#aecae7

Complementary Color

#aecae7 #e7cbae

#aecae7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecae7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecae7 Color CSS Codes

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

#aecae7 Text Font Color

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

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


#aecae7 Background Color

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

This div background color is #aecae7


#aecae7 Border Color

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

This div border color is #aecae7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecae7


Comments

No comments written yet.

Please login to write comment.