Color Hex Logo

#fdcbae Color Hex

#FDCBAE
(253,203,174)
0 Favorites   0 Comments

Color spaces of #fdcbae

RGB 253203174
HSL0.060.950.84
HSV22°31°99°
CMYK 0.000.200.31   0.01
XYZ69.503966.650549.2460
Yxy66.65050.37490.3595
Hunter Lab81.63989.096221.3834
CIE-Lab85.327113.709321.1813

#fdcbae color RGB value is (253,203,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 10101110
Octal 375 313 256
Decimal 253 203 174
Hex FD CB AE

RGB Percentages of Color #fdcbae

%40.16
%32.22
%27.62

CMYK Percentages of Color #fdcbae

%0
%20
%31
%1

Triadic Colors of #fdcbae

#fdcbae #aefdcb #cbaefd

Analogous Colors of #fdcbae

#fdcbae #fdf3ae #fdaeb9

Monochromatic Colors of #fdcbae

#fdcbae

Complementary Color

#fdcbae #aee0fd

#fdcbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcbae Color CSS Codes

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

#fdcbae Text Font Color

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

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


#fdcbae Background Color

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

This div background color is #fdcbae


#fdcbae Border Color

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

This div border color is #fdcbae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,203,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 #fdcbae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcbae


Comments

No comments written yet.

Please login to write comment.