Color Hex Logo

#fcd88d Color Hex

#FCD88D
(252,216,141)
0 Favorites   0 Comments

Color spaces of #fcd88d

RGB 252216141
HSL0.110.950.77
HSV41°44°99°
CMYK 0.000.140.44   0.01
XYZ69.508571.730335.3811
Yxy71.73030.39350.4061
Hunter Lab84.6937-1.718434.5170
CIE-Lab87.83862.893941.5328

#fcd88d color RGB value is (252,216,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011000 10001101
Octal 374 330 215
Decimal 252 216 141
Hex FC D8 8D

RGB Percentages of Color #fcd88d

%41.38
%35.47
%23.15

CMYK Percentages of Color #fcd88d

%0
%14
%44
%1

Triadic Colors of #fcd88d

#fcd88d #8dfcd8 #d88dfc

Analogous Colors of #fcd88d

#fcd88d #e9fc8d #fca18d

Monochromatic Colors of #fcd88d

#fcd88d

Complementary Color

#fcd88d #8db1fc

#fcd88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd88d Color CSS Codes

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

#fcd88d Text Font Color

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

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


#fcd88d Background Color

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

This div background color is #fcd88d


#fcd88d Border Color

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

This div border color is #fcd88d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd88d


Comments

No comments written yet.

Please login to write comment.