Color Hex Logo

#fce378 Color Hex

#FCE378
(252,227,120)
0 Favorites   0 Comments

Color spaces of #fce378

RGB 252227120
HSL0.140.960.73
HSV49°52°99°
CMYK 0.000.100.52   0.01
XYZ71.004176.989728.8875
Yxy76.98970.40140.4353
Hunter Lab87.7438-9.105741.9009
CIE-Lab90.3169-4.580354.7921

#fce378 color RGB value is (252,227,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100011 01111000
Octal 374 343 170
Decimal 252 227 120
Hex FC E3 78

RGB Percentages of Color #fce378

%42.07
%37.90
%20.03

CMYK Percentages of Color #fce378

%0
%10
%52
%1

Triadic Colors of #fce378

#fce378 #78fce3 #e378fc

Analogous Colors of #fce378

#fce378 #d3fc78 #fca178

Monochromatic Colors of #fce378

#fce378

Complementary Color

#fce378 #7891fc

#fce378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce378 Color CSS Codes

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

#fce378 Text Font Color

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

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


#fce378 Background Color

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

This div background color is #fce378


#fce378 Border Color

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

This div border color is #fce378


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,227,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 #fce378">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce378

#fce378 Color Palettes


Comments

No comments written yet.

Please login to write comment.