Color Hex Logo

#fccf84 Color Hex

#FCCF84
(252,207,132)
0 Favorites   0 Comments

Color spaces of #fccf84

RGB 252207132
HSL0.100.950.75
HSV38°48°99°
CMYK 0.000.180.48   0.01
XYZ66.622666.987031.2482
Yxy66.98700.40410.4063
Hunter Lab81.84562.069934.6553
CIE-Lab85.49746.662743.0732

#fccf84 color RGB value is (252,207,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 10000100
Octal 374 317 204
Decimal 252 207 132
Hex FC CF 84

RGB Percentages of Color #fccf84

%42.64
%35.03
%22.34

CMYK Percentages of Color #fccf84

%0
%18
%48
%1

Triadic Colors of #fccf84

#fccf84 #84fccf #cf84fc

Analogous Colors of #fccf84

#fccf84 #edfc84 #fc9384

Monochromatic Colors of #fccf84

#fccf84

Complementary Color

#fccf84 #84b1fc

#fccf84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccf84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccf84 Color CSS Codes

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

#fccf84 Text Font Color

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

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


#fccf84 Background Color

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

This div background color is #fccf84


#fccf84 Border Color

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

This div border color is #fccf84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccf84


Comments

No comments written yet.

Please login to write comment.