Color Hex Logo

#aefbcd Color Hex

#AEFBCD
(174,251,205)
0 Favorites   0 Comments

Color spaces of #aefbcd

RGB 174251205
HSL0.400.910.83
HSV144°31°98°
CMYK 0.310.000.18   0.02
XYZ62.972282.400870.3436
Yxy82.40080.29190.3820
Hunter Lab90.7749-35.027317.5972
CIE-Lab92.7515-32.869814.6066

#aefbcd color RGB value is (174,251,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 11001101
Octal 256 373 315
Decimal 174 251 205
Hex AE FB CD

RGB Percentages of Color #aefbcd

%27.62
%39.84
%32.54

CMYK Percentages of Color #aefbcd

%31
%0
%18
%2

Triadic Colors of #aefbcd

#aefbcd #cdaefb #fbcdae

Analogous Colors of #aefbcd

#aefbcd #aefbf4 #b6fbae

Monochromatic Colors of #aefbcd

#aefbcd

Complementary Color

#aefbcd #fbaedc

#aefbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefbcd Color CSS Codes

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

#aefbcd Text Font Color

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

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


#aefbcd Background Color

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

This div background color is #aefbcd


#aefbcd Border Color

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

This div border color is #aefbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefbcd


Comments

No comments written yet.

Please login to write comment.