Color Hex Logo

#fcc07e Color Hex

#FCC07E
(252,192,126)
0 Favorites   0 Comments

Color spaces of #fcc07e

RGB 252192126
HSL0.090.950.74
HSV31°50°99°
CMYK 0.000.240.50   0.01
XYZ62.760459.901127.9929
Yxy59.90110.41660.3976
Hunter Lab77.39589.303332.7328
CIE-Lab81.784413.912841.4215

#fcc07e color RGB value is (252,192,126).

#fcc07e hex color red value is 252, green value is 192 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fcc07e hue: 0.09 , saturation: 0.95 and the lightness value of fcc07e is 0.74.

The process color (four color CMYK) of #fcc07e color hex is 0.00, 0.24, 0.50, 0.01. Web safe color of #fcc07e is #ffcc66. Color #fcc07e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000000 01111110
Octal 374 300 176
Decimal 252 192 126
Hex FC C0 7E

RGB Percentages of Color #fcc07e

%44.21
%33.68
%22.11

CMYK Percentages of Color #fcc07e

%0
%24
%50
%1

Triadic Colors of #fcc07e

#fcc07e #7efcc0 #c07efc

Analogous Colors of #fcc07e

#fcc07e #f9fc7e #fc817e

Monochromatic Colors of #fcc07e

#fcc07e

Complementary Color

#fcc07e #7ebafc

#fcc07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc07e Color CSS Codes

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

#fcc07e Text Font Color

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

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


#fcc07e Background Color

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

This div background color is #fcc07e


#fcc07e Border Color

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

This div border color is #fcc07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc07e


Comments

No comments written yet.

Please login to write comment.