Color Hex Logo

#fcc067 Color Hex

#FCC067
(252,192,103)
0 Favorites   0 Comments

Color spaces of #fcc067

RGB 252192103
HSL0.100.960.70
HSV36°59°99°
CMYK 0.000.240.59   0.01
XYZ61.442759.374021.0539
Yxy59.37400.43310.4185
Hunter Lab77.05457.489137.7381
CIE-Lab81.496712.084052.4456

#fcc067 color RGB value is (252,192,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000000 01100111
Octal 374 300 147
Decimal 252 192 103
Hex FC C0 67

RGB Percentages of Color #fcc067

%46.07
%35.10
%18.83

CMYK Percentages of Color #fcc067

%0
%24
%59
%1

Triadic Colors of #fcc067

#fcc067 #67fcc0 #c067fc

Analogous Colors of #fcc067

#fcc067 #eefc67 #fc7667

Monochromatic Colors of #fcc067

#fcc067

Complementary Color

#fcc067 #67a3fc

#fcc067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc067 Color CSS Codes

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

#fcc067 Text Font Color

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

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


#fcc067 Background Color

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

This div background color is #fcc067


#fcc067 Border Color

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

This div border color is #fcc067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc067


Comments

No comments written yet.

Please login to write comment.