Color Hex Logo

#aefbc4 Color Hex

#AEFBC4
(174,251,196)
0 Favorites   0 Comments

Color spaces of #aefbc4

RGB 174251196
HSL0.380.910.83
HSV137°31°98°
CMYK 0.310.000.22   0.02
XYZ61.916581.978664.7847
Yxy81.97860.29670.3928
Hunter Lab90.5420-36.382720.9562
CIE-Lab92.5654-34.517318.9657

#aefbc4 color RGB value is (174,251,196).

#aefbc4 hex color red value is 174, green value is 251 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #aefbc4 hue: 0.38 , saturation: 0.91 and the lightness value of aefbc4 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 11000100
Octal 256 373 304
Decimal 174 251 196
Hex AE FB C4

RGB Percentages of Color #aefbc4

%28.02
%40.42
%31.56

CMYK Percentages of Color #aefbc4

%31
%0
%22
%2

Triadic Colors of #aefbc4

#aefbc4 #c4aefb #fbc4ae

Analogous Colors of #aefbc4

#aefbc4 #aefbeb #bffbae

Monochromatic Colors of #aefbc4

#aefbc4

Complementary Color

#aefbc4 #fbaee5

#aefbc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefbc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefbc4 Color CSS Codes

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

#aefbc4 Text Font Color

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

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


#aefbc4 Background Color

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

This div background color is #aefbc4


#aefbc4 Border Color

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

This div border color is #aefbc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefbc4


Comments

No comments written yet.

Please login to write comment.