Color Hex Logo

#fdbeaa Color Hex

#FDBEAA
(253,190,170)
0 Favorites   0 Comments

Color spaces of #fdbeaa

RGB 253190170
HSL0.040.950.83
HSV14°33°99°
CMYK 0.000.250.33   0.01
XYZ66.177260.611846.2416
Yxy60.61180.38250.3503
Hunter Lab77.853615.485019.2819
CIE-Lab82.169620.014618.9250

#fdbeaa color RGB value is (253,190,170).

#fdbeaa hex color red value is 253, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fdbeaa hue: 0.04 , saturation: 0.95 and the lightness value of fdbeaa is 0.83.

The process color (four color CMYK) of #fdbeaa color hex is 0.00, 0.25, 0.33, 0.01. Web safe color of #fdbeaa is #ffcc99. Color #fdbeaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 10101010
Octal 375 276 252
Decimal 253 190 170
Hex FD BE AA

RGB Percentages of Color #fdbeaa

%41.27
%31.00
%27.73

CMYK Percentages of Color #fdbeaa

%0
%25
%33
%1

Triadic Colors of #fdbeaa

#fdbeaa #aafdbe #beaafd

Analogous Colors of #fdbeaa

#fdbeaa #fde8aa #fdaac0

Monochromatic Colors of #fdbeaa

#fdbeaa

Complementary Color

#fdbeaa #aae9fd

#fdbeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbeaa Color CSS Codes

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

#fdbeaa Text Font Color

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

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


#fdbeaa Background Color

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

This div background color is #fdbeaa


#fdbeaa Border Color

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

This div border color is #fdbeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbeaa

Related Colors


Comments

No comments written yet.

Please login to write comment.