Color Hex Logo

#aefdcb Color Hex

#AEFDCB
(174,253,203)
0 Favorites   0 Comments

Color spaces of #aefdcb

RGB 174253203
HSL0.390.950.84
HSV142°31°99°
CMYK 0.310.000.20   0.01
XYZ63.360383.561069.2894
Yxy83.56100.29300.3865
Hunter Lab91.4117-36.246619.0468
CIE-Lab93.2595-34.165916.3505

#aefdcb color RGB value is (174,253,203).

#aefdcb hex color red value is 174, green value is 253 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aefdcb hue: 0.39 , saturation: 0.95 and the lightness value of aefdcb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 11001011
Octal 256 375 313
Decimal 174 253 203
Hex AE FD CB

RGB Percentages of Color #aefdcb

%27.62
%40.16
%32.22

CMYK Percentages of Color #aefdcb

%31
%0
%20
%1

Triadic Colors of #aefdcb

#aefdcb #cbaefd #fdcbae

Analogous Colors of #aefdcb

#aefdcb #aefdf3 #b9fdae

Monochromatic Colors of #aefdcb

#aefdcb

Complementary Color

#aefdcb #fdaee0

#aefdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefdcb Color CSS Codes

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

#aefdcb Text Font Color

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

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


#aefdcb Background Color

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

This div background color is #aefdcb


#aefdcb Border Color

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

This div border color is #aefdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefdcb

Related Colors

#aefdcb Color Palettes


Comments

No comments written yet.

Please login to write comment.