Color Hex Logo

#fce189 Color Hex

#FCE189
(252,225,137)
0 Favorites   0 Comments

Color spaces of #fce189

RGB 252225137
HSL0.130.950.76
HSV46°46°99°
CMYK 0.000.110.46   0.01
XYZ71.585576.352034.6314
Yxy76.35200.39210.4182
Hunter Lab87.3796-6.678837.6672
CIE-Lab90.0225-2.076646.2763

#fce189 color RGB value is (252,225,137).

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

The process color (four color CMYK) of #fce189 color hex is 0.00, 0.11, 0.46, 0.01. Web safe color of #fce189 is #ffcc99. Color #fce189 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100001 10001001
Octal 374 341 211
Decimal 252 225 137
Hex FC E1 89

RGB Percentages of Color #fce189

%41.04
%36.64
%22.31

CMYK Percentages of Color #fce189

%0
%11
%46
%1

Triadic Colors of #fce189

#fce189 #89fce1 #e189fc

Analogous Colors of #fce189

#fce189 #defc89 #fca889

Monochromatic Colors of #fce189

#fce189

Complementary Color

#fce189 #89a4fc

#fce189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce189 Color CSS Codes

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

#fce189 Text Font Color

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

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


#fce189 Background Color

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

This div background color is #fce189


#fce189 Border Color

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

This div border color is #fce189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce189


Comments

No comments written yet.

Please login to write comment.