Color Hex Logo

#aefbd7 Color Hex

#AEFBD7
(174,251,215)
0 Favorites   0 Comments

Color spaces of #aefbd7

RGB 174251215
HSL0.420.910.83
HSV152°31°98°
CMYK 0.310.000.14   0.02
XYZ64.218582.899376.9065
Yxy82.89930.28670.3700
Hunter Lab91.0491-33.436613.6538
CIE-Lab92.9703-30.95639.7661

#aefbd7 color RGB value is (174,251,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 11010111
Octal 256 373 327
Decimal 174 251 215
Hex AE FB D7

RGB Percentages of Color #aefbd7

%27.19
%39.22
%33.59

CMYK Percentages of Color #aefbd7

%31
%0
%14
%2

Triadic Colors of #aefbd7

#aefbd7 #d7aefb #fbd7ae

Analogous Colors of #aefbd7

#aefbd7 #aef9fb #aefbb1

Monochromatic Colors of #aefbd7

#aefbd7

Complementary Color

#aefbd7 #fbaed2

#aefbd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefbd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefbd7 Color CSS Codes

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

#aefbd7 Text Font Color

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

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


#aefbd7 Background Color

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

This div background color is #aefbd7


#aefbd7 Border Color

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

This div border color is #aefbd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefbd7

Related Colors


Comments

No comments written yet.

Please login to write comment.