Color Hex Logo

#fcc07d Color Hex

#FCC07D
(252,192,125)
0 Favorites   0 Comments

Color spaces of #fcc07d

RGB 252192125
HSL0.090.950.74
HSV32°50°99°
CMYK 0.000.240.50   0.01
XYZ62.696259.875427.6547
Yxy59.87540.41730.3986
Hunter Lab77.37929.215432.9757
CIE-Lab81.770413.824641.9116

#fcc07d color RGB value is (252,192,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000000 01111101
Octal 374 300 175
Decimal 252 192 125
Hex FC C0 7D

RGB Percentages of Color #fcc07d

%44.29
%33.74
%21.97

CMYK Percentages of Color #fcc07d

%0
%24
%50
%1

Triadic Colors of #fcc07d

#fcc07d #7dfcc0 #c07dfc

Analogous Colors of #fcc07d

#fcc07d #f9fc7d #fc817d

Monochromatic Colors of #fcc07d

#fcc07d

Complementary Color

#fcc07d #7db9fc

#fcc07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc07d Color CSS Codes

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

#fcc07d Text Font Color

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

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


#fcc07d Background Color

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

This div background color is #fcc07d


#fcc07d Border Color

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

This div border color is #fcc07d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc07d

Related Colors


Comments

No comments written yet.

Please login to write comment.