Color Hex Logo

#fcc968 Color Hex

#FCC968
(252,201,104)
0 Favorites   0 Comments

Color spaces of #fcc968

RGB 252201104
HSL0.110.960.70
HSV39°59°99°
CMYK 0.000.200.59   0.01
XYZ63.530263.468221.9989
Yxy63.46820.42640.4260
Hunter Lab79.66692.927339.3948
CIE-Lab83.68817.480154.5187

#fcc968 color RGB value is (252,201,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001001 01101000
Octal 374 311 150
Decimal 252 201 104
Hex FC C9 68

RGB Percentages of Color #fcc968

%45.24
%36.09
%18.67

CMYK Percentages of Color #fcc968

%0
%20
%59
%1

Triadic Colors of #fcc968

#fcc968 #68fcc9 #c968fc

Analogous Colors of #fcc968

#fcc968 #e5fc68 #fc7f68

Monochromatic Colors of #fcc968

#fcc968

Complementary Color

#fcc968 #689bfc

#fcc968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc968 Color CSS Codes

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

#fcc968 Text Font Color

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

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


#fcc968 Background Color

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

This div background color is #fcc968


#fcc968 Border Color

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

This div border color is #fcc968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc968


Comments

No comments written yet.

Please login to write comment.