Color Hex Logo

#fcd684 Color Hex

#FCD684
(252,214,132)
0 Favorites   0 Comments

Color spaces of #fcd684

RGB 252214132
HSL0.110.950.75
HSV41°48°99°
CMYK 0.000.150.48   0.01
XYZ68.356370.454531.8261
Yxy70.45450.40060.4129
Hunter Lab83.9372-1.524236.2753
CIE-Lab87.21933.060445.2337

#fcd684 color RGB value is (252,214,132).

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

The process color (four color CMYK) of #fcd684 color hex is 0.00, 0.15, 0.48, 0.01. Web safe color of #fcd684 is #ffcc99. Color #fcd684 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010110 10000100
Octal 374 326 204
Decimal 252 214 132
Hex FC D6 84

RGB Percentages of Color #fcd684

%42.14
%35.79
%22.07

CMYK Percentages of Color #fcd684

%0
%15
%48
%1

Triadic Colors of #fcd684

#fcd684 #84fcd6 #d684fc

Analogous Colors of #fcd684

#fcd684 #e6fc84 #fc9a84

Monochromatic Colors of #fcd684

#fcd684

Complementary Color

#fcd684 #84aafc

#fcd684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd684 Color CSS Codes

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

#fcd684 Text Font Color

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

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


#fcd684 Background Color

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

This div background color is #fcd684


#fcd684 Border Color

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

This div border color is #fcd684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd684

Related Colors

#fcd684 Color Palettes


Comments

No comments written yet.

Please login to write comment.