Color Hex Logo

#ffaeab Color Hex

#FFAEAB
(255,174,171)
0 Favorites   0 Comments

Color spaces of #ffaeab

RGB 255174171
HSL0.011.000.84
HSV33°100°
CMYK 0.000.320.33   0.00
XYZ63.726754.472445.6835
Yxy54.47240.38890.3324
Hunter Lab73.805424.964914.9649
CIE-Lab78.736429.274013.6129

#ffaeab color RGB value is (255,174,171).

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

The process color (four color CMYK) of #ffaeab color hex is 0.00, 0.32, 0.33, 0.00. Web safe color of #ffaeab is #ff9999. Color #ffaeab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 10101011
Octal 377 256 253
Decimal 255 174 171
Hex FF AE AB

RGB Percentages of Color #ffaeab

%42.50
%29.00
%28.50

CMYK Percentages of Color #ffaeab

%0
%32
%33
%0

Triadic Colors of #ffaeab

#ffaeab #abffae #aeabff

Analogous Colors of #ffaeab

#ffaeab #ffd8ab #ffabd2

Monochromatic Colors of #ffaeab

#ffaeab

Complementary Color

#ffaeab #abfcff

#ffaeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaeab Color CSS Codes

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

#ffaeab Text Font Color

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

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


#ffaeab Background Color

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

This div background color is #ffaeab


#ffaeab Border Color

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

This div border color is #ffaeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaeab


Comments

No comments written yet.

Please login to write comment.