Color Hex Logo

#aefbdc Color Hex

#AEFBDC
(174,251,220)
0 Favorites   0 Comments

Color spaces of #aefbdc

RGB 174251220
HSL0.430.910.83
HSV156°31°98°
CMYK 0.310.000.12   0.02
XYZ64.871083.160380.3426
Yxy83.16030.28410.3641
Hunter Lab91.1923-32.607811.5987
CIE-Lab93.0846-29.96787.3489

#aefbdc color RGB value is (174,251,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 11011100
Octal 256 373 334
Decimal 174 251 220
Hex AE FB DC

RGB Percentages of Color #aefbdc

%26.98
%38.91
%34.11

CMYK Percentages of Color #aefbdc

%31
%0
%12
%2

Triadic Colors of #aefbdc

#aefbdc #dcaefb #fbdcae

Analogous Colors of #aefbdc

#aefbdc #aef4fb #aefbb6

Monochromatic Colors of #aefbdc

#aefbdc

Complementary Color

#aefbdc #fbaecd

#aefbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefbdc Color CSS Codes

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

#aefbdc Text Font Color

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

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


#aefbdc Background Color

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

This div background color is #aefbdc


#aefbdc Border Color

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

This div border color is #aefbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefbdc


Comments

No comments written yet.

Please login to write comment.