Color Hex Logo

#ffaecb Color Hex

#FFAECB
(255,174,203)
1 Favorites   0 Comments

Color spaces of #ffaecb

RGB 255174203
HSL0.941.000.84
HSV339°32°100°
CMYK 0.000.320.20   0.00
XYZ67.155555.843963.7394
Yxy55.84390.35960.2990
Hunter Lab74.728829.63481.7391
CIE-Lab79.524933.5873-2.6083

#ffaecb color RGB value is (255,174,203).

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

The process color (four color CMYK) of #ffaecb color hex is 0.00, 0.32, 0.20, 0.00. Web safe color of #ffaecb is #ff99cc. Color #ffaecb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 11001011
Octal 377 256 313
Decimal 255 174 203
Hex FF AE CB

RGB Percentages of Color #ffaecb

%40.35
%27.53
%32.12

CMYK Percentages of Color #ffaecb

%0
%32
%20
%0

Triadic Colors of #ffaecb

#ffaecb #cbffae #aecbff

Analogous Colors of #ffaecb

#ffaecb #ffbaae #ffaef4

Monochromatic Colors of #ffaecb

#ffaecb

Complementary Color

#ffaecb #aeffe2

#ffaecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaecb Color CSS Codes

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

#ffaecb Text Font Color

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

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


#ffaecb Background Color

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

This div background color is #ffaecb


#ffaecb Border Color

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

This div border color is #ffaecb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,174,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 #ffaecb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaecb


Comments

No comments written yet.

Please login to write comment.