Color Hex Logo

#aefbd8 Color Hex

#AEFBD8
(174,251,216)
0 Favorites   0 Comments

Color spaces of #aefbd8

RGB 174251216
HSL0.420.910.83
HSV153°31°98°
CMYK 0.310.000.14   0.02
XYZ64.347482.950977.5854
Yxy82.95090.28610.3689
Hunter Lab91.0774-33.272813.2472
CIE-Lab92.9929-30.76049.2825

#aefbd8 color RGB value is (174,251,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 11011000
Octal 256 373 330
Decimal 174 251 216
Hex AE FB D8

RGB Percentages of Color #aefbd8

%27.15
%39.16
%33.70

CMYK Percentages of Color #aefbd8

%31
%0
%14
%2

Triadic Colors of #aefbd8

#aefbd8 #d8aefb #fbd8ae

Analogous Colors of #aefbd8

#aefbd8 #aef8fb #aefbb2

Monochromatic Colors of #aefbd8

#aefbd8

Complementary Color

#aefbd8 #fbaed1

#aefbd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefbd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefbd8 Color CSS Codes

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

#aefbd8 Text Font Color

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

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


#aefbd8 Background Color

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

This div background color is #aefbd8


#aefbd8 Border Color

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

This div border color is #aefbd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefbd8


Comments

No comments written yet.

Please login to write comment.