Color Hex Logo

#fce144 Color Hex

#FCE144
(252,225,68)
0 Favorites   0 Comments

Color spaces of #fce144

RGB 25222568
HSL0.140.970.63
HSV51°73°99°
CMYK 0.000.110.73   0.01
XYZ68.113574.963216.3482
Yxy74.96320.42720.4702
Hunter Lab86.5813-11.091349.4118
CIE-Lab89.3758-6.765775.3823

#fce144 color RGB value is (252,225,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100001 01000100
Octal 374 341 104
Decimal 252 225 68
Hex FC E1 44

RGB Percentages of Color #fce144

%46.24
%41.28
%12.48

CMYK Percentages of Color #fce144

%0
%11
%73
%1

Triadic Colors of #fce144

#fce144 #44fce1 #e144fc

Analogous Colors of #fce144

#fce144 #bbfc44 #fc8544

Monochromatic Colors of #fce144

#fce144

Complementary Color

#fce144 #445ffc

#fce144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce144 Color CSS Codes

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

#fce144 Text Font Color

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

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


#fce144 Background Color

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

This div background color is #fce144


#fce144 Border Color

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

This div border color is #fce144


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce144


Comments

No comments written yet.

Please login to write comment.