Color Hex Logo

#fce90a Color Hex

#FCE90A
(252,233,10)
0 Favorites   0 Comments

Color spaces of #fce90a

RGB 25223310
HSL0.150.980.51
HSV55°96°99°
CMYK 0.000.080.96   0.01
XYZ69.338678.995211.8802
Yxy78.99520.43280.4931
Hunter Lab88.8792-16.283054.2904
CIE-Lab91.2321-12.100689.3138

#fce90a color RGB value is (252,233,10).

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

The process color (four color CMYK) of #fce90a color hex is 0.00, 0.08, 0.96, 0.01. Web safe color of #fce90a is #ffff00. Color #fce90a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101001 00001010
Octal 374 351 12
Decimal 252 233 10
Hex FC E9 A

RGB Percentages of Color #fce90a

%50.91
%47.07
%2.02

CMYK Percentages of Color #fce90a

%0
%8
%96
%1

Triadic Colors of #fce90a

#fce90a #0afce9 #e90afc

Analogous Colors of #fce90a

#fce90a #96fc0a #fc700a

Monochromatic Colors of #fce90a

#fce90a

Complementary Color

#fce90a #0a1dfc

#fce90a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce90a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce90a Color CSS Codes

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

#fce90a Text Font Color

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

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


#fce90a Background Color

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

This div background color is #fce90a


#fce90a Border Color

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

This div border color is #fce90a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce90a

Related Colors


Comments

No comments written yet.

Please login to write comment.