Color Hex Logo

#aefbdf Color Hex

#AEFBDF
(174,251,223)
0 Favorites   0 Comments

Color spaces of #aefbdf

RGB 174251223
HSL0.440.910.83
HSV158°31°98°
CMYK 0.310.000.11   0.02
XYZ65.272083.320782.4544
Yxy83.32070.28250.3606
Hunter Lab91.2802-32.099710.3388
CIE-Lab93.1547-29.36475.9000

#aefbdf color RGB value is (174,251,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 11011111
Octal 256 373 337
Decimal 174 251 223
Hex AE FB DF

RGB Percentages of Color #aefbdf

%26.85
%38.73
%34.41

CMYK Percentages of Color #aefbdf

%31
%0
%11
%2

Triadic Colors of #aefbdf

#aefbdf #dfaefb #fbdfae

Analogous Colors of #aefbdf

#aefbdf #aef1fb #aefbb9

Monochromatic Colors of #aefbdf

#aefbdf

Complementary Color

#aefbdf #fbaeca

#aefbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefbdf Color CSS Codes

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

#aefbdf Text Font Color

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

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


#aefbdf Background Color

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

This div background color is #aefbdf


#aefbdf Border Color

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

This div border color is #aefbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefbdf


Comments

No comments written yet.

Please login to write comment.