Color Hex Logo

#aefeba Color Hex

#AEFEBA
(174,254,186)
0 Favorites   0 Comments

Color spaces of #aefeba

RGB 174254186
HSL0.360.980.84
HSV129°31°100°
CMYK 0.310.000.27   0.00
XYZ61.760383.427559.3024
Yxy83.42750.30200.4080
Hunter Lab91.3387-39.146625.4425
CIE-Lab93.2013-37.623024.9475

#aefeba color RGB value is (174,254,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 10111010
Octal 256 376 272
Decimal 174 254 186
Hex AE FE BA

RGB Percentages of Color #aefeba

%28.34
%41.37
%30.29

CMYK Percentages of Color #aefeba

%31
%0
%27
%0

Triadic Colors of #aefeba

#aefeba #baaefe #febaae

Analogous Colors of #aefeba

#aefeba #aefee2 #cafeae

Monochromatic Colors of #aefeba

#aefeba

Complementary Color

#aefeba #feaef2

#aefeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefeba Color CSS Codes

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

#aefeba Text Font Color

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

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


#aefeba Background Color

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

This div background color is #aefeba


#aefeba Border Color

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

This div border color is #aefeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefeba

Related Colors


Comments

No comments written yet.

Please login to write comment.