Color Hex Logo

#fcf35f Color Hex

#FCF35F
(252,243,95)
0 Favorites   0 Comments

Color spaces of #fcf35f

RGB 25224395
HSL0.160.960.68
HSV57°62°99°
CMYK 0.000.040.62   0.01
XYZ74.261085.622923.4394
Yxy85.62290.40510.4671
Hunter Lab92.5326-18.679049.7541
CIE-Lab94.1509-14.272970.0504

#fcf35f color RGB value is (252,243,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110011 01011111
Octal 374 363 137
Decimal 252 243 95
Hex FC F3 5F

RGB Percentages of Color #fcf35f

%42.71
%41.19
%16.10

CMYK Percentages of Color #fcf35f

%0
%4
%62
%1

Triadic Colors of #fcf35f

#fcf35f #5ffcf3 #f35ffc

Analogous Colors of #fcf35f

#fcf35f #b7fc5f #fca55f

Monochromatic Colors of #fcf35f

#fcf35f

Complementary Color

#fcf35f #5f68fc

#fcf35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf35f Color CSS Codes

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

#fcf35f Text Font Color

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

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


#fcf35f Background Color

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

This div background color is #fcf35f


#fcf35f Border Color

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

This div border color is #fcf35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf35f


Comments

No comments written yet.

Please login to write comment.