Color Hex Logo

#fcdf7d Color Hex

#FCDF7D
(252,223,125)
0 Favorites   0 Comments

Color spaces of #fcdf7d

RGB 252223125
HSL0.130.950.74
HSV46°50°99°
CMYK 0.000.120.50   0.01
XYZ70.234274.951530.1674
Yxy74.95150.40050.4274
Hunter Lab86.5745-6.696139.9422
CIE-Lab89.3703-2.145851.2894

#fcdf7d color RGB value is (252,223,125).

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

The process color (four color CMYK) of #fcdf7d color hex is 0.00, 0.12, 0.50, 0.01. Web safe color of #fcdf7d is #ffcc66. Color #fcdf7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011111 01111101
Octal 374 337 175
Decimal 252 223 125
Hex FC DF 7D

RGB Percentages of Color #fcdf7d

%42.00
%37.17
%20.83

CMYK Percentages of Color #fcdf7d

%0
%12
%50
%1

Triadic Colors of #fcdf7d

#fcdf7d #7dfcdf #df7dfc

Analogous Colors of #fcdf7d

#fcdf7d #dafc7d #fca07d

Monochromatic Colors of #fcdf7d

#fcdf7d

Complementary Color

#fcdf7d #7d9afc

#fcdf7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdf7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdf7d Color CSS Codes

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

#fcdf7d Text Font Color

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

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


#fcdf7d Background Color

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

This div background color is #fcdf7d


#fcdf7d Border Color

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

This div border color is #fcdf7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdf7d

Related Colors


Comments

No comments written yet.

Please login to write comment.