color codes Logo

#fcd86d color codes

#FCD86D
(252,216,109)
0 Favorites   0 Comments

Color spaces of #fcd86d

RGB 252216109
HSL0.120.960.71
HSV45°57°99°
CMYK 0.000.140.57   0.01
XYZ67.461170.911324.5997
Yxy70.91130.41390.4351
Hunter Lab84.2088-4.366241.6260
CIE-Lab87.44190.136856.5371

#fcd86d color RGB value is (252,216,109).

#fcd86d hex color red value is 252, green value is 216 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #fcd86d hue: 0.12 , saturation: 0.96 and the lightness value of fcd86d is 0.71.

The process color (four color CMYK) of #fcd86d color code is 0.00, 0.14, 0.57, 0.01. Web safe color of #fcd86d is #ffcc66. Color #fcd86d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011000 01101101
Octal 374 330 155
Decimal 252 216 109
Hex FC D8 6D

RGB Percentages of Color #fcd86d

%43.67
%37.44
%18.89

CMYK Percentages of Color #fcd86d

%0
%14
%57
%1

Triadic Colors of #fcd86d

#fcd86d #6dfcd8 #d86dfc

Analogous Colors of #fcd86d

#fcd86d #d9fc6d #fc916d

Monochromatic Colors of #fcd86d

#fcd86d

Complementary Color

#fcd86d #6d91fc

#fcd86d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd86d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd86d Color CSS Codes

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

#fcd86d Text Font Color

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

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


#fcd86d Background Color

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

This div background color is #fcd86d


#fcd86d Border Color

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

This div border color is #fcd86d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd86d

Related Colors


Comments

No comments written yet.

Please login to write comment.