Color Hex Logo

#fdaea1 Color Hex

#FDAEA1
(253,174,161)
0 Favorites   0 Comments

Color spaces of #fdaea1

RGB 253174161
HSL0.020.960.81
HSV36°99°
CMYK 0.000.310.36   0.01
XYZ62.077153.728040.8169
Yxy53.72800.39630.3430
Hunter Lab73.299422.897418.2938
CIE-Lab78.302927.333618.3829

#fdaea1 color RGB value is (253,174,161).

#fdaea1 hex color red value is 253, green value is 174 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #fdaea1 hue: 0.02 , saturation: 0.96 and the lightness value of fdaea1 is 0.81.

The process color (four color CMYK) of #fdaea1 color hex is 0.00, 0.31, 0.36, 0.01. Web safe color of #fdaea1 is #ff9999. Color #fdaea1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 10100001
Octal 375 256 241
Decimal 253 174 161
Hex FD AE A1

RGB Percentages of Color #fdaea1

%43.03
%29.59
%27.38

CMYK Percentages of Color #fdaea1

%0
%31
%36
%1

Triadic Colors of #fdaea1

#fdaea1 #a1fdae #aea1fd

Analogous Colors of #fdaea1

#fdaea1 #fddca1 #fda1c2

Monochromatic Colors of #fdaea1

#fdaea1

Complementary Color

#fdaea1 #a1f0fd

#fdaea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaea1 Color CSS Codes

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

#fdaea1 Text Font Color

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

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


#fdaea1 Background Color

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

This div background color is #fdaea1


#fdaea1 Border Color

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

This div border color is #fdaea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaea1


Comments

No comments written yet.

Please login to write comment.