Color Hex Logo

#aeceef Color Hex

#AECEEF
(174,206,239)
0 Favorites   0 Comments

Color spaces of #aeceef

RGB 174206239
HSL0.580.670.81
HSV210°27°94°
CMYK 0.270.140.00   0.06
XYZ55.106959.373390.2171
Yxy59.37330.26920.2901
Hunter Lab77.0541-7.1865-15.4806
CIE-Lab81.4964-3.3167-19.7507

#aeceef color RGB value is (174,206,239).

#aeceef hex color red value is 174, green value is 206 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #aeceef hue: 0.58 , saturation: 0.67 and the lightness value of aeceef is 0.81.

The process color (four color CMYK) of #aeceef color hex is 0.27, 0.14, 0.00, 0.06. Web safe color of #aeceef is #99ccff. Color #aeceef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001110 11101111
Octal 256 316 357
Decimal 174 206 239
Hex AE CE EF

RGB Percentages of Color #aeceef

%28.11
%33.28
%38.61

CMYK Percentages of Color #aeceef

%27
%14
%0
%6

Triadic Colors of #aeceef

#aeceef #efaece #ceefae

Analogous Colors of #aeceef

#aeceef #afaeef #aeefef

Monochromatic Colors of #aeceef

#aeceef

Complementary Color

#aeceef #efcfae

#aeceef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeceef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeceef Color CSS Codes

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

#aeceef Text Font Color

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

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


#aeceef Background Color

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

This div background color is #aeceef


#aeceef Border Color

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

This div border color is #aeceef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeceef


Comments

No comments written yet.

Please login to write comment.