Color Hex Logo

#fdbeac Color Hex

#FDBEAC
(253,190,172)
0 Favorites   0 Comments

Color spaces of #fdbeac

RGB 253190172
HSL0.040.950.83
HSV13°32°99°
CMYK 0.000.250.32   0.01
XYZ66.367960.688147.2457
Yxy60.68810.38080.3482
Hunter Lab77.902615.740918.5741
CIE-Lab82.210820.262417.9156

#fdbeac color RGB value is (253,190,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 10101100
Octal 375 276 254
Decimal 253 190 172
Hex FD BE AC

RGB Percentages of Color #fdbeac

%41.14
%30.89
%27.97

CMYK Percentages of Color #fdbeac

%0
%25
%32
%1

Triadic Colors of #fdbeac

#fdbeac #acfdbe #beacfd

Analogous Colors of #fdbeac

#fdbeac #fde7ac #fdacc3

Monochromatic Colors of #fdbeac

#fdbeac

Complementary Color

#fdbeac #acebfd

#fdbeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbeac Color CSS Codes

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

#fdbeac Text Font Color

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

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


#fdbeac Background Color

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

This div background color is #fdbeac


#fdbeac Border Color

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

This div border color is #fdbeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbeac

Related Colors


Comments

No comments written yet.

Please login to write comment.