Color Hex Logo

#aefeca Color Hex

#AEFECA
(174,254,202)
0 Favorites   0 Comments

Color spaces of #aefeca

RGB 174254202
HSL0.390.980.84
HSV141°31°100°
CMYK 0.310.000.20   0.00
XYZ63.558084.146668.7692
Yxy84.14660.29360.3887
Hunter Lab91.7315-36.852719.7635
CIE-Lab93.5141-34.809717.2212

#aefeca color RGB value is (174,254,202).

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

The process color (four color CMYK) of #aefeca color hex is 0.31, 0.00, 0.20, 0.00. Web safe color of #aefeca is #99ffcc. Color #aefeca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 11001010
Octal 256 376 312
Decimal 174 254 202
Hex AE FE CA

RGB Percentages of Color #aefeca

%27.62
%40.32
%32.06

CMYK Percentages of Color #aefeca

%31
%0
%20
%0

Triadic Colors of #aefeca

#aefeca #caaefe #fecaae

Analogous Colors of #aefeca

#aefeca #aefef2 #bafeae

Monochromatic Colors of #aefeca

#aefeca

Complementary Color

#aefeca #feaee2

#aefeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefeca Color CSS Codes

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

#aefeca Text Font Color

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

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


#aefeca Background Color

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

This div background color is #aefeca


#aefeca Border Color

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

This div border color is #aefeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefeca

Related Colors


Comments

No comments written yet.

Please login to write comment.