Color Hex Logo

#aefecb Color Hex

#AEFECB
(174,254,203)
0 Favorites   0 Comments

Color spaces of #aefecb

RGB 174254203
HSL0.390.980.84
HSV142°31°100°
CMYK 0.310.000.20   0.00
XYZ63.676984.194169.3949
Yxy84.19410.29310.3875
Hunter Lab91.7573-36.701619.3899
CIE-Lab93.5347-34.626016.7378

#aefecb color RGB value is (174,254,203).

#aefecb hex color red value is 174, green value is 254 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aefecb hue: 0.39 , saturation: 0.98 and the lightness value of aefecb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 11001011
Octal 256 376 313
Decimal 174 254 203
Hex AE FE CB

RGB Percentages of Color #aefecb

%27.58
%40.25
%32.17

CMYK Percentages of Color #aefecb

%31
%0
%20
%0

Triadic Colors of #aefecb

#aefecb #cbaefe #fecbae

Analogous Colors of #aefecb

#aefecb #aefef3 #b9feae

Monochromatic Colors of #aefecb

#aefecb

Complementary Color

#aefecb #feaee1

#aefecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefecb Color CSS Codes

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

#aefecb Text Font Color

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

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


#aefecb Background Color

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

This div background color is #aefecb


#aefecb Border Color

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

This div border color is #aefecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefecb

Related Colors


Comments

No comments written yet.

Please login to write comment.