Color Hex Logo

#fce92a Color Hex

#FCE92A
(252,233,42)
0 Favorites   0 Comments

Color spaces of #fce92a

RGB 25223342
HSL0.150.970.58
HSV55°83°99°
CMYK 0.000.080.83   0.01
XYZ69.701779.140413.7924
Yxy79.14040.42860.4866
Hunter Lab88.9609-15.825153.0804
CIE-Lab91.2978-11.599384.5523

#fce92a color RGB value is (252,233,42).

#fce92a hex color red value is 252, green value is 233 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #fce92a hue: 0.15 , saturation: 0.97 and the lightness value of fce92a is 0.58.

The process color (four color CMYK) of #fce92a color hex is 0.00, 0.08, 0.83, 0.01. Web safe color of #fce92a is #ffff33. Color #fce92a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101001 00101010
Octal 374 351 52
Decimal 252 233 42
Hex FC E9 2A

RGB Percentages of Color #fce92a

%47.82
%44.21
%7.97

CMYK Percentages of Color #fce92a

%0
%8
%83
%1

Triadic Colors of #fce92a

#fce92a #2afce9 #e92afc

Analogous Colors of #fce92a

#fce92a #a6fc2a #fc802a

Monochromatic Colors of #fce92a

#fce92a

Complementary Color

#fce92a #2a3dfc

#fce92a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce92a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce92a Color CSS Codes

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

#fce92a Text Font Color

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

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


#fce92a Background Color

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

This div background color is #fce92a


#fce92a Border Color

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

This div border color is #fce92a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce92a


Comments

No comments written yet.

Please login to write comment.