Color Hex Logo

#fcef1e Color Hex

#FCEF1E
(252,239,30)
0 Favorites   0 Comments

Color spaces of #fcef1e

RGB 25223930
HSL0.160.970.55
HSV56°88°99°
CMYK 0.000.050.88   0.01
XYZ71.245782.522213.4016
Yxy82.52220.42620.4936
Hunter Lab90.8417-18.978454.8423
CIE-Lab92.8049-14.790388.1085

#fcef1e color RGB value is (252,239,30).

#fcef1e hex color red value is 252, green value is 239 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fcef1e hue: 0.16 , saturation: 0.97 and the lightness value of fcef1e is 0.55.

The process color (four color CMYK) of #fcef1e color hex is 0.00, 0.05, 0.88, 0.01. Web safe color of #fcef1e is #ffff33. Color #fcef1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 00011110
Octal 374 357 36
Decimal 252 239 30
Hex FC EF 1E

RGB Percentages of Color #fcef1e

%48.37
%45.87
%5.76

CMYK Percentages of Color #fcef1e

%0
%5
%88
%1

Triadic Colors of #fcef1e

#fcef1e #1efcef #ef1efc

Analogous Colors of #fcef1e

#fcef1e #9afc1e #fc801e

Monochromatic Colors of #fcef1e

#fcef1e

Complementary Color

#fcef1e #1e2bfc

#fcef1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcef1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcef1e Color CSS Codes

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

#fcef1e Text Font Color

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

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


#fcef1e Background Color

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

This div background color is #fcef1e


#fcef1e Border Color

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

This div border color is #fcef1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcef1e

Related Colors


Comments

No comments written yet.

Please login to write comment.