Color Hex Logo

#aeffc4 Color Hex

#AEFFC4
(174,255,196)
0 Favorites   0 Comments

Color spaces of #aeffc4

RGB 174255196
HSL0.381.000.84
HSV136°32°100°
CMYK 0.320.000.23   0.00
XYZ63.179484.504265.2056
Yxy84.50420.29680.3969
Hunter Lab91.9262-38.190622.2924
CIE-Lab93.6691-36.347320.5050

#aeffc4 color RGB value is (174,255,196).

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

The process color (four color CMYK) of #aeffc4 color hex is 0.32, 0.00, 0.23, 0.00. Web safe color of #aeffc4 is #99ffcc. Color #aeffc4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111111 11000100
Octal 256 377 304
Decimal 174 255 196
Hex AE FF C4

RGB Percentages of Color #aeffc4

%27.84
%40.80
%31.36

CMYK Percentages of Color #aeffc4

%32
%0
%23
%0

Triadic Colors of #aeffc4

#aeffc4 #c4aeff #ffc4ae

Analogous Colors of #aeffc4

#aeffc4 #aeffed #c1ffae

Monochromatic Colors of #aeffc4

#aeffc4

Complementary Color

#aeffc4 #ffaee9

#aeffc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeffc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeffc4 Color CSS Codes

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

#aeffc4 Text Font Color

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

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


#aeffc4 Background Color

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

This div background color is #aeffc4


#aeffc4 Border Color

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

This div border color is #aeffc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeffc4

Related Colors


Comments

No comments written yet.

Please login to write comment.