Color Hex Logo

#aef4cb Color Hex

#AEF4CB
(174,244,203)
0 Favorites   0 Comments

Color spaces of #aef4cb

RGB 174244203
HSL0.400.760.82
HSV145°29°96°
CMYK 0.290.000.17   0.04
XYZ60.585778.011868.3645
Yxy78.01180.29270.3769
Hunter Lab88.3243-32.126115.9355
CIE-Lab90.7853-29.972312.8535

#aef4cb color RGB value is (174,244,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110100 11001011
Octal 256 364 313
Decimal 174 244 203
Hex AE F4 CB

RGB Percentages of Color #aef4cb

%28.02
%39.29
%32.69

CMYK Percentages of Color #aef4cb

%29
%0
%17
%4

Triadic Colors of #aef4cb

#aef4cb #cbaef4 #f4cbae

Analogous Colors of #aef4cb

#aef4cb #aef4ee #b4f4ae

Monochromatic Colors of #aef4cb

#aef4cb

Complementary Color

#aef4cb #f4aed7

#aef4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef4cb Color CSS Codes

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

#aef4cb Text Font Color

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

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


#aef4cb Background Color

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

This div background color is #aef4cb


#aef4cb Border Color

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

This div border color is #aef4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef4cb


Comments

No comments written yet.

Please login to write comment.