Color Hex Logo

#fcc07b Color Hex

#FCC07B
(252,192,123)
0 Favorites   0 Comments

Color spaces of #fcc07b

RGB 252192123
HSL0.090.960.74
HSV32°51°99°
CMYK 0.000.240.51   0.01
XYZ62.569759.824826.9885
Yxy59.82480.41890.4005
Hunter Lab77.34659.041833.4545
CIE-Lab81.742913.650442.8894

#fcc07b color RGB value is (252,192,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000000 01111011
Octal 374 300 173
Decimal 252 192 123
Hex FC C0 7B

RGB Percentages of Color #fcc07b

%44.44
%33.86
%21.69

CMYK Percentages of Color #fcc07b

%0
%24
%51
%1

Triadic Colors of #fcc07b

#fcc07b #7bfcc0 #c07bfc

Analogous Colors of #fcc07b

#fcc07b #f8fc7b #fc807b

Monochromatic Colors of #fcc07b

#fcc07b

Complementary Color

#fcc07b #7bb7fc

#fcc07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc07b Color CSS Codes

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

#fcc07b Text Font Color

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

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


#fcc07b Background Color

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

This div background color is #fcc07b


#fcc07b Border Color

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

This div border color is #fcc07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc07b


Comments

No comments written yet.

Please login to write comment.