Color Hex Logo

#aef4bc Color Hex

#AEF4BC
(174,244,188)
0 Favorites   0 Comments

Color spaces of #aef4bc

RGB 174244188
HSL0.370.760.82
HSV132°29°96°
CMYK 0.290.000.23   0.04
XYZ58.883377.330959.3998
Yxy77.33090.30100.3953
Hunter Lab87.9380-34.367821.5078
CIE-Lab90.4737-32.698020.1554

#aef4bc color RGB value is (174,244,188).

#aef4bc hex color red value is 174, green value is 244 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #aef4bc hue: 0.37 , saturation: 0.76 and the lightness value of aef4bc is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110100 10111100
Octal 256 364 274
Decimal 174 244 188
Hex AE F4 BC

RGB Percentages of Color #aef4bc

%28.71
%40.26
%31.02

CMYK Percentages of Color #aef4bc

%29
%0
%23
%4

Triadic Colors of #aef4bc

#aef4bc #bcaef4 #f4bcae

Analogous Colors of #aef4bc

#aef4bc #aef4df #c3f4ae

Monochromatic Colors of #aef4bc

#aef4bc

Complementary Color

#aef4bc #f4aee6

#aef4bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef4bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef4bc Color CSS Codes

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

#aef4bc Text Font Color

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

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


#aef4bc Background Color

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

This div background color is #aef4bc


#aef4bc Border Color

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

This div border color is #aef4bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef4bc

Related Colors


Comments

No comments written yet.

Please login to write comment.