Color Hex Logo

#aefacf Color Hex

#AEFACF
(174,250,207)
0 Favorites   0 Comments

Color spaces of #aefacf

RGB 174250207
HSL0.410.880.83
HSV146°30°98°
CMYK 0.300.000.17   0.02
XYZ62.903781.874971.5195
Yxy81.87490.29080.3785
Hunter Lab90.4848-34.257716.4763
CIE-Lab92.5196-32.028513.2487

#aefacf color RGB value is (174,250,207).

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

The process color (four color CMYK) of #aefacf color hex is 0.30, 0.00, 0.17, 0.02. Web safe color of #aefacf is #99ffcc. Color #aefacf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 11001111
Octal 256 372 317
Decimal 174 250 207
Hex AE FA CF

RGB Percentages of Color #aefacf

%27.58
%39.62
%32.81

CMYK Percentages of Color #aefacf

%30
%0
%17
%2

Triadic Colors of #aefacf

#aefacf #cfaefa #facfae

Analogous Colors of #aefacf

#aefacf #aefaf5 #b3faae

Monochromatic Colors of #aefacf

#aefacf

Complementary Color

#aefacf #faaed9

#aefacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefacf Color CSS Codes

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

#aefacf Text Font Color

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

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


#aefacf Background Color

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

This div background color is #aefacf


#aefacf Border Color

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

This div border color is #aefacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefacf


Comments

No comments written yet.

Please login to write comment.