Color Hex Logo

#fce148 Color Hex

#FCE148
(252,225,72)
0 Favorites   0 Comments

Color spaces of #fce148

RGB 25222572
HSL0.140.970.64
HSV51°71°99°
CMYK 0.000.110.71   0.01
XYZ68.239875.013817.0134
Yxy75.01380.42580.4681
Hunter Lab86.6105-10.929548.9807
CIE-Lab89.3995-6.591574.0006

#fce148 color RGB value is (252,225,72).

#fce148 hex color red value is 252, green value is 225 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #fce148 hue: 0.14 , saturation: 0.97 and the lightness value of fce148 is 0.64.

The process color (four color CMYK) of #fce148 color hex is 0.00, 0.11, 0.71, 0.01. Web safe color of #fce148 is #ffcc33. Color #fce148 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100001 01001000
Octal 374 341 110
Decimal 252 225 72
Hex FC E1 48

RGB Percentages of Color #fce148

%45.90
%40.98
%13.11

CMYK Percentages of Color #fce148

%0
%11
%71
%1

Triadic Colors of #fce148

#fce148 #48fce1 #e148fc

Analogous Colors of #fce148

#fce148 #bdfc48 #fc8748

Monochromatic Colors of #fce148

#fce148

Complementary Color

#fce148 #4863fc

#fce148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce148 Color CSS Codes

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

#fce148 Text Font Color

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

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


#fce148 Background Color

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

This div background color is #fce148


#fce148 Border Color

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

This div border color is #fce148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce148


Comments

No comments written yet.

Please login to write comment.