Color Hex Logo

#aefaca Color Hex

#AEFACA
(174,250,202)
0 Favorites   0 Comments

Color spaces of #aefaca

RGB 174250202
HSL0.390.880.83
HSV142°30°98°
CMYK 0.300.000.19   0.02
XYZ62.301881.634268.3504
Yxy81.63420.29350.3845
Hunter Lab90.3516-35.031118.3937
CIE-Lab92.4132-32.963915.6720

#aefaca color RGB value is (174,250,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 11001010
Octal 256 372 312
Decimal 174 250 202
Hex AE FA CA

RGB Percentages of Color #aefaca

%27.80
%39.94
%32.27

CMYK Percentages of Color #aefaca

%30
%0
%19
%2

Triadic Colors of #aefaca

#aefaca #caaefa #facaae

Analogous Colors of #aefaca

#aefaca #aefaf0 #b8faae

Monochromatic Colors of #aefaca

#aefaca

Complementary Color

#aefaca #faaede

#aefaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefaca Color CSS Codes

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

#aefaca Text Font Color

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

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


#aefaca Background Color

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

This div background color is #aefaca


#aefaca Border Color

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

This div border color is #aefaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefaca


Comments

No comments written yet.

Please login to write comment.