Color Hex Logo

#fdbcae Color Hex

#FDBCAE
(253,188,174)
0 Favorites   0 Comments

Color spaces of #fdbcae

RGB 253188174
HSL0.030.950.84
HSV11°31°99°
CMYK 0.000.260.31   0.01
XYZ66.131259.905148.1217
Yxy59.90510.37970.3440
Hunter Lab77.398417.067917.3159
CIE-Lab81.786621.562816.2542

#fdbcae color RGB value is (253,188,174).

#fdbcae hex color red value is 253, green value is 188 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fdbcae hue: 0.03 , saturation: 0.95 and the lightness value of fdbcae is 0.84.

The process color (four color CMYK) of #fdbcae color hex is 0.00, 0.26, 0.31, 0.01. Web safe color of #fdbcae is #ffcc99. Color #fdbcae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 10101110
Octal 375 274 256
Decimal 253 188 174
Hex FD BC AE

RGB Percentages of Color #fdbcae

%41.14
%30.57
%28.29

CMYK Percentages of Color #fdbcae

%0
%26
%31
%1

Triadic Colors of #fdbcae

#fdbcae #aefdbc #bcaefd

Analogous Colors of #fdbcae

#fdbcae #fde4ae #fdaec8

Monochromatic Colors of #fdbcae

#fdbcae

Complementary Color

#fdbcae #aeeffd

#fdbcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbcae Color CSS Codes

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

#fdbcae Text Font Color

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

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


#fdbcae Background Color

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

This div background color is #fdbcae


#fdbcae Border Color

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

This div border color is #fdbcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbcae


Comments

No comments written yet.

Please login to write comment.