Color Hex Logo

#fcdf8b Color Hex

#FCDF8B
(252,223,139)
0 Favorites   0 Comments

Color spaces of #fcdf8b

RGB 252223139
HSL0.120.950.77
HSV45°45°99°
CMYK 0.000.120.45   0.01
XYZ71.192875.334935.2149
Yxy75.33490.39170.4145
Hunter Lab86.7957-5.480636.7017
CIE-Lab89.5496-0.871644.6985

#fcdf8b color RGB value is (252,223,139).

#fcdf8b hex color red value is 252, green value is 223 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fcdf8b hue: 0.12 , saturation: 0.95 and the lightness value of fcdf8b is 0.77.

The process color (four color CMYK) of #fcdf8b color hex is 0.00, 0.12, 0.45, 0.01. Web safe color of #fcdf8b is #ffcc99. Color #fcdf8b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011111 10001011
Octal 374 337 213
Decimal 252 223 139
Hex FC DF 8B

RGB Percentages of Color #fcdf8b

%41.04
%36.32
%22.64

CMYK Percentages of Color #fcdf8b

%0
%12
%45
%1

Triadic Colors of #fcdf8b

#fcdf8b #8bfcdf #df8bfc

Analogous Colors of #fcdf8b

#fcdf8b #e1fc8b #fca78b

Monochromatic Colors of #fcdf8b

#fcdf8b

Complementary Color

#fcdf8b #8ba8fc

#fcdf8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdf8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdf8b Color CSS Codes

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

#fcdf8b Text Font Color

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

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


#fcdf8b Background Color

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

This div background color is #fcdf8b


#fcdf8b Border Color

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

This div border color is #fcdf8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdf8b

Related Colors


Comments

No comments written yet.

Please login to write comment.