Color Hex Logo

#fcc278 Color Hex

#FCC278
(252,194,120)
0 Favorites   0 Comments

Color spaces of #fcc278

RGB 252194120
HSL0.090.960.73
HSV34°52°99°
CMYK 0.000.230.52   0.01
XYZ62.826860.635126.1617
Yxy60.63510.41990.4053
Hunter Lab77.86857.749534.5882
CIE-Lab82.182212.351844.9431

#fcc278 color RGB value is (252,194,120).

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

The process color (four color CMYK) of #fcc278 color hex is 0.00, 0.23, 0.52, 0.01. Web safe color of #fcc278 is #ffcc66. Color #fcc278 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000010 01111000
Octal 374 302 170
Decimal 252 194 120
Hex FC C2 78

RGB Percentages of Color #fcc278

%44.52
%34.28
%21.20

CMYK Percentages of Color #fcc278

%0
%23
%52
%1

Triadic Colors of #fcc278

#fcc278 #78fcc2 #c278fc

Analogous Colors of #fcc278

#fcc278 #f4fc78 #fc8078

Monochromatic Colors of #fcc278

#fcc278

Complementary Color

#fcc278 #78b2fc

#fcc278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc278 Color CSS Codes

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

#fcc278 Text Font Color

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

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


#fcc278 Background Color

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

This div background color is #fcc278


#fcc278 Border Color

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

This div border color is #fcc278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc278


Comments

No comments written yet.

Please login to write comment.