Color Hex Logo

#fcd28d Color Hex

#FCD28D
(252,210,141)
0 Favorites   0 Comments

Color spaces of #fcd28d

RGB 252210141
HSL0.100.950.77
HSV37°44°99°
CMYK 0.000.170.44   0.01
XYZ67.999268.711734.8780
Yxy68.71170.39630.4004
Hunter Lab82.89251.366933.0778
CIE-Lab86.36115.978139.6402

#fcd28d color RGB value is (252,210,141).

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

The process color (four color CMYK) of #fcd28d color hex is 0.00, 0.17, 0.44, 0.01. Web safe color of #fcd28d is #ffcc99. Color #fcd28d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010010 10001101
Octal 374 322 215
Decimal 252 210 141
Hex FC D2 8D

RGB Percentages of Color #fcd28d

%41.79
%34.83
%23.38

CMYK Percentages of Color #fcd28d

%0
%17
%44
%1

Triadic Colors of #fcd28d

#fcd28d #8dfcd2 #d28dfc

Analogous Colors of #fcd28d

#fcd28d #effc8d #fc9b8d

Monochromatic Colors of #fcd28d

#fcd28d

Complementary Color

#fcd28d #8db7fc

#fcd28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd28d Color CSS Codes

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

#fcd28d Text Font Color

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

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


#fcd28d Background Color

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

This div background color is #fcd28d


#fcd28d Border Color

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

This div border color is #fcd28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd28d


Comments

No comments written yet.

Please login to write comment.