Color Hex Logo

#fdaa94 Color Hex

#FDAA94
(253,170,148)
0 Favorites   0 Comments

Color spaces of #fdaa94

RGB 253170148
HSL0.030.960.79
HSV13°42°99°
CMYK 0.000.330.42   0.01
XYZ60.228051.770234.8353
Yxy51.77020.41020.3526
Hunter Lab71.951523.500721.6608
CIE-Lab77.143227.981223.8032

#fdaa94 color RGB value is (253,170,148).

#fdaa94 hex color red value is 253, green value is 170 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #fdaa94 hue: 0.03 , saturation: 0.96 and the lightness value of fdaa94 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101010 10010100
Octal 375 252 224
Decimal 253 170 148
Hex FD AA 94

RGB Percentages of Color #fdaa94

%44.31
%29.77
%25.92

CMYK Percentages of Color #fdaa94

%0
%33
%42
%1

Triadic Colors of #fdaa94

#fdaa94 #94fdaa #aa94fd

Analogous Colors of #fdaa94

#fdaa94 #fddf94 #fd94b3

Monochromatic Colors of #fdaa94

#fdaa94

Complementary Color

#fdaa94 #94e7fd

#fdaa94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaa94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaa94 Color CSS Codes

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

#fdaa94 Text Font Color

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

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


#fdaa94 Background Color

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

This div background color is #fdaa94


#fdaa94 Border Color

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

This div border color is #fdaa94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaa94

Related Colors


Comments

No comments written yet.

Please login to write comment.