Color Hex Logo

#fce71c Color Hex

#FCE71C
(252,231,28)
0 Favorites   0 Comments

Color spaces of #fce71c

RGB 25223128
HSL0.150.970.55
HSV54°89°99°
CMYK 0.000.080.89   0.01
XYZ68.930477.931112.5078
Yxy77.93110.43250.4890
Hunter Lab88.2786-15.109753.3945
CIE-Lab90.7485-10.900986.8258

#fce71c color RGB value is (252,231,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100111 00011100
Octal 374 347 34
Decimal 252 231 28
Hex FC E7 1C

RGB Percentages of Color #fce71c

%49.32
%45.21
%5.48

CMYK Percentages of Color #fce71c

%0
%8
%89
%1

Triadic Colors of #fce71c

#fce71c #1cfce7 #e71cfc

Analogous Colors of #fce71c

#fce71c #a1fc1c #fc771c

Monochromatic Colors of #fce71c

#fce71c

Complementary Color

#fce71c #1c31fc

#fce71c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce71c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce71c Color CSS Codes

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

#fce71c Text Font Color

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

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


#fce71c Background Color

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

This div background color is #fce71c


#fce71c Border Color

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

This div border color is #fce71c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce71c


Comments

No comments written yet.

Please login to write comment.