Color Hex Logo

#fcda9e Color Hex

#FCDA9E
(252,218,158)
0 Favorites   0 Comments

Color spaces of #fcda9e

RGB 252218158
HSL0.110.940.80
HSV38°37°99°
CMYK 0.000.130.37   0.01
XYZ71.387873.306942.7349
Yxy73.30690.38090.3911
Hunter Lab85.6194-1.004330.3404
CIE-Lab88.59393.662233.9018

#fcda9e color RGB value is (252,218,158).

#fcda9e hex color red value is 252, green value is 218 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fcda9e hue: 0.11 , saturation: 0.94 and the lightness value of fcda9e is 0.80.

The process color (four color CMYK) of #fcda9e color hex is 0.00, 0.13, 0.37, 0.01. Web safe color of #fcda9e is #ffcc99. Color #fcda9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011010 10011110
Octal 374 332 236
Decimal 252 218 158
Hex FC DA 9E

RGB Percentages of Color #fcda9e

%40.13
%34.71
%25.16

CMYK Percentages of Color #fcda9e

%0
%13
%37
%1

Triadic Colors of #fcda9e

#fcda9e #9efcda #da9efc

Analogous Colors of #fcda9e

#fcda9e #effc9e #fcab9e

Monochromatic Colors of #fcda9e

#fcda9e

Complementary Color

#fcda9e #9ec0fc

#fcda9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcda9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcda9e Color CSS Codes

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

#fcda9e Text Font Color

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

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


#fcda9e Background Color

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

This div background color is #fcda9e


#fcda9e Border Color

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

This div border color is #fcda9e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,218,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcda9e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcda9e;
  -webkit-box-shadow: 1px 1px 3px 2px #fcda9e;
  box-shadow:         1px 1px 3px 2px #fcda9e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,218,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcda9e


Comments

No comments written yet.

Please login to write comment.