Color Hex Logo

#aefaef Color Hex

#AEFAEF
(174,250,239)
0 Favorites   0 Comments

Color spaces of #aefaef

RGB 174250239
HSL0.480.880.83
HSV171°30°98°
CMYK 0.300.000.04   0.02
XYZ67.221283.601994.2552
Yxy83.60190.27430.3411
Hunter Lab91.4341-28.77862.8845
CIE-Lab93.2773-25.5452-2.2006

#aefaef color RGB value is (174,250,239).

#aefaef hex color red value is 174, green value is 250 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #aefaef hue: 0.48 , saturation: 0.88 and the lightness value of aefaef is 0.83.

The process color (four color CMYK) of #aefaef color hex is 0.30, 0.00, 0.04, 0.02. Web safe color of #aefaef is #99ffff. Color #aefaef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 11101111
Octal 256 372 357
Decimal 174 250 239
Hex AE FA EF

RGB Percentages of Color #aefaef

%26.24
%37.71
%36.05

CMYK Percentages of Color #aefaef

%30
%0
%4
%2

Triadic Colors of #aefaef

#aefaef #efaefa #faefae

Analogous Colors of #aefaef

#aefaef #aedffa #aefac9

Monochromatic Colors of #aefaef

#aefaef

Complementary Color

#aefaef #faaeb9

#aefaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefaef Color CSS Codes

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

#aefaef Text Font Color

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

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


#aefaef Background Color

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

This div background color is #aefaef


#aefaef Border Color

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

This div border color is #aefaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefaef


Comments

No comments written yet.

Please login to write comment.