Color Hex Logo

#fcfb4e Color Hex

#FCFB4E
(252,251,78)
0 Favorites   0 Comments

Color spaces of #fcfb4e

RGB 25225178
HSL0.170.970.65
HSV60°69°99°
CMYK 0.000.000.69   0.01
XYZ76.017290.239920.6192
Yxy90.23990.40680.4829
Hunter Lab94.9947-23.400453.6270
CIE-Lab96.0962-19.055978.4185

#fcfb4e color RGB value is (252,251,78).

#fcfb4e hex color red value is 252, green value is 251 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fcfb4e hue: 0.17 , saturation: 0.97 and the lightness value of fcfb4e is 0.65.

The process color (four color CMYK) of #fcfb4e color hex is 0.00, 0.00, 0.69, 0.01. Web safe color of #fcfb4e is #ffff66. Color #fcfb4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 01001110
Octal 374 373 116
Decimal 252 251 78
Hex FC FB 4E

RGB Percentages of Color #fcfb4e

%43.37
%43.20
%13.43

CMYK Percentages of Color #fcfb4e

%0
%0
%69
%1

Triadic Colors of #fcfb4e

#fcfb4e #4efcfb #fb4efc

Analogous Colors of #fcfb4e

#fcfb4e #a6fc4e #fca44e

Monochromatic Colors of #fcfb4e

#fcfb4e

Complementary Color

#fcfb4e #4e4ffc

#fcfb4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfb4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfb4e Color CSS Codes

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

#fcfb4e Text Font Color

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

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


#fcfb4e Background Color

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

This div background color is #fcfb4e


#fcfb4e Border Color

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

This div border color is #fcfb4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfb4e

Related Colors


Comments

No comments written yet.

Please login to write comment.