Color Hex Logo

#fcf85d Color Hex

#FCF85D
(252,248,93)
0 Favorites   0 Comments

Color spaces of #fcf85d

RGB 25224893
HSL0.160.960.68
HSV58°63°99°
CMYK 0.000.020.63   0.01
XYZ75.688188.620623.4722
Yxy88.62060.40310.4719
Hunter Lab94.1385-21.227051.1138
CIE-Lab95.4216-16.819172.1855

#fcf85d color RGB value is (252,248,93).

#fcf85d hex color red value is 252, green value is 248 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #fcf85d hue: 0.16 , saturation: 0.96 and the lightness value of fcf85d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111000 01011101
Octal 374 370 135
Decimal 252 248 93
Hex FC F8 5D

RGB Percentages of Color #fcf85d

%42.50
%41.82
%15.68

CMYK Percentages of Color #fcf85d

%0
%2
%63
%1

Triadic Colors of #fcf85d

#fcf85d #5dfcf8 #f85dfc

Analogous Colors of #fcf85d

#fcf85d #b1fc5d #fca95d

Monochromatic Colors of #fcf85d

#fcf85d

Complementary Color

#fcf85d #5d61fc

#fcf85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf85d Color CSS Codes

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

#fcf85d Text Font Color

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

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


#fcf85d Background Color

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

This div background color is #fcf85d


#fcf85d Border Color

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

This div border color is #fcf85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf85d

Related Colors


Comments

No comments written yet.

Please login to write comment.