Color Hex Logo

#aec4eb Color Hex

#AEC4EB
(174,196,235)
0 Favorites   0 Comments

Color spaces of #aec4eb

RGB 174196235
HSL0.610.600.80
HSV218°26°92°
CMYK 0.260.170.00   0.08
XYZ52.190954.476786.3616
Yxy54.47670.27040.2822
Hunter Lab73.8083-2.9447-17.7082
CIE-Lab78.73891.0814-21.7900

#aec4eb color RGB value is (174,196,235).

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

The process color (four color CMYK) of #aec4eb color hex is 0.26, 0.17, 0.00, 0.08. Web safe color of #aec4eb is #99ccff. Color #aec4eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000100 11101011
Octal 256 304 353
Decimal 174 196 235
Hex AE C4 EB

RGB Percentages of Color #aec4eb

%28.76
%32.40
%38.84

CMYK Percentages of Color #aec4eb

%26
%17
%0
%8

Triadic Colors of #aec4eb

#aec4eb #ebaec4 #c4ebae

Analogous Colors of #aec4eb

#aec4eb #b7aeeb #aee3eb

Monochromatic Colors of #aec4eb

#aec4eb

Complementary Color

#aec4eb #ebd5ae

#aec4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec4eb Color CSS Codes

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

#aec4eb Text Font Color

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

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


#aec4eb Background Color

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

This div background color is #aec4eb


#aec4eb Border Color

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

This div border color is #aec4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec4eb


Comments

No comments written yet.

Please login to write comment.