Color Hex Logo

#aec1eb Color Hex

#AEC1EB
(174,193,235)
0 Favorites   0 Comments

Color spaces of #aec1eb

RGB 174193235
HSL0.610.600.80
HSV221°26°92°
CMYK 0.260.180.00   0.08
XYZ51.520953.136886.1382
Yxy53.13680.27000.2785
Hunter Lab72.8950-1.4056-19.0350
CIE-Lab77.95572.6976-22.9805

#aec1eb color RGB value is (174,193,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000001 11101011
Octal 256 301 353
Decimal 174 193 235
Hex AE C1 EB

RGB Percentages of Color #aec1eb

%28.90
%32.06
%39.04

CMYK Percentages of Color #aec1eb

%26
%18
%0
%8

Triadic Colors of #aec1eb

#aec1eb #ebaec1 #c1ebae

Analogous Colors of #aec1eb

#aec1eb #baaeeb #aee0eb

Monochromatic Colors of #aec1eb

#aec1eb

Complementary Color

#aec1eb #ebd8ae

#aec1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec1eb Color CSS Codes

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

#aec1eb Text Font Color

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

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


#aec1eb Background Color

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

This div background color is #aec1eb


#aec1eb Border Color

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

This div border color is #aec1eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,193,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 #aec1eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec1eb


Comments

No comments written yet.

Please login to write comment.