Color Hex Logo

#fccf80 Color Hex

#FCCF80
(252,207,128)
0 Favorites   0 Comments

Color spaces of #fccf80

RGB 252207128
HSL0.110.950.75
HSV38°49°99°
CMYK 0.000.180.49   0.01
XYZ66.354066.879629.8339
Yxy66.87960.40690.4101
Hunter Lab81.77991.715135.6166
CIE-Lab85.44316.299045.0007

#fccf80 color RGB value is (252,207,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 10000000
Octal 374 317 200
Decimal 252 207 128
Hex FC CF 80

RGB Percentages of Color #fccf80

%42.93
%35.26
%21.81

CMYK Percentages of Color #fccf80

%0
%18
%49
%1

Triadic Colors of #fccf80

#fccf80 #80fccf #cf80fc

Analogous Colors of #fccf80

#fccf80 #ebfc80 #fc9180

Monochromatic Colors of #fccf80

#fccf80

Complementary Color

#fccf80 #80adfc

#fccf80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccf80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccf80 Color CSS Codes

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

#fccf80 Text Font Color

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

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


#fccf80 Background Color

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

This div background color is #fccf80


#fccf80 Border Color

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

This div border color is #fccf80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccf80


Comments

No comments written yet.

Please login to write comment.