Color Hex Logo

#aeebef Color Hex

#AEEBEF
(174,235,239)
0 Favorites   0 Comments

Color spaces of #aeebef

RGB 174235239
HSL0.510.670.81
HSV184°27°94°
CMYK 0.270.020.00   0.06
XYZ62.743974.647392.7628
Yxy74.64730.27260.3243
Hunter Lab86.3987-21.5685-3.1782
CIE-Lab89.2275-18.2077-8.1716

#aeebef color RGB value is (174,235,239).

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

The process color (four color CMYK) of #aeebef color hex is 0.27, 0.02, 0.00, 0.06. Web safe color of #aeebef is #99ffff. Color #aeebef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101011 11101111
Octal 256 353 357
Decimal 174 235 239
Hex AE EB EF

RGB Percentages of Color #aeebef

%26.85
%36.27
%36.88

CMYK Percentages of Color #aeebef

%27
%2
%0
%6

Triadic Colors of #aeebef

#aeebef #efaeeb #ebefae

Analogous Colors of #aeebef

#aeebef #aecbef #aeefd3

Monochromatic Colors of #aeebef

#aeebef

Complementary Color

#aeebef #efb2ae

#aeebef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeebef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeebef Color CSS Codes

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

#aeebef Text Font Color

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

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


#aeebef Background Color

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

This div background color is #aeebef


#aeebef Border Color

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

This div border color is #aeebef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeebef


Comments

No comments written yet.

Please login to write comment.