Color Hex Logo

#fce384 Color Hex

#FCE384
(252,227,132)
0 Favorites   0 Comments

Color spaces of #fce384

RGB 252227132
HSL0.130.950.75
HSV48°48°99°
CMYK 0.000.100.48   0.01
XYZ71.778877.299632.9670
Yxy77.29960.39430.4246
Hunter Lab87.9202-8.131439.3125
CIE-Lab90.4593-3.550349.2525

#fce384 color RGB value is (252,227,132).

#fce384 hex color red value is 252, green value is 227 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #fce384 hue: 0.13 , saturation: 0.95 and the lightness value of fce384 is 0.75.

The process color (four color CMYK) of #fce384 color hex is 0.00, 0.10, 0.48, 0.01. Web safe color of #fce384 is #ffcc99. Color #fce384 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100011 10000100
Octal 374 343 204
Decimal 252 227 132
Hex FC E3 84

RGB Percentages of Color #fce384

%41.24
%37.15
%21.60

CMYK Percentages of Color #fce384

%0
%10
%48
%1

Triadic Colors of #fce384

#fce384 #84fce3 #e384fc

Analogous Colors of #fce384

#fce384 #d9fc84 #fca784

Monochromatic Colors of #fce384

#fce384

Complementary Color

#fce384 #849dfc

#fce384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce384 Color CSS Codes

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

#fce384 Text Font Color

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

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


#fce384 Background Color

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

This div background color is #fce384


#fce384 Border Color

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

This div border color is #fce384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce384


Comments

No comments written yet.

Please login to write comment.