Color Hex Logo

#fce05a Color Hex

#FCE05A
(252,224,90)
0 Favorites   0 Comments

Color spaces of #fce05a

RGB 25222490
HSL0.140.960.67
HSV50°64°99°
CMYK 0.000.110.64   0.01
XYZ68.646074.744920.4820
Yxy74.74490.41890.4561
Hunter Lab86.4551-9.566246.4723
CIE-Lab89.2734-5.161466.9103

#fce05a color RGB value is (252,224,90).

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

The process color (four color CMYK) of #fce05a color hex is 0.00, 0.11, 0.64, 0.01. Web safe color of #fce05a is #ffcc66. Color #fce05a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100000 01011010
Octal 374 340 132
Decimal 252 224 90
Hex FC E0 5A

RGB Percentages of Color #fce05a

%44.52
%39.58
%15.90

CMYK Percentages of Color #fce05a

%0
%11
%64
%1

Triadic Colors of #fce05a

#fce05a #5afce0 #e05afc

Analogous Colors of #fce05a

#fce05a #c7fc5a #fc8f5a

Monochromatic Colors of #fce05a

#fce05a

Complementary Color

#fce05a #5a76fc

#fce05a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce05a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce05a Color CSS Codes

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

#fce05a Text Font Color

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

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


#fce05a Background Color

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

This div background color is #fce05a


#fce05a Border Color

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

This div border color is #fce05a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce05a


Comments

No comments written yet.

Please login to write comment.