Color Hex Logo

#fcf38c Color Hex

#FCF38C
(252,243,140)
0 Favorites   0 Comments

Color spaces of #fcf38c

RGB 252243140
HSL0.150.950.77
HSV55°44°99°
CMYK 0.000.040.44   0.01
XYZ76.929186.690137.4892
Yxy86.69010.38250.4311
Hunter Lab93.1075-15.454441.3025
CIE-Lab94.6066-10.786950.5235

#fcf38c color RGB value is (252,243,140).

#fcf38c hex color red value is 252, green value is 243 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #fcf38c hue: 0.15 , saturation: 0.95 and the lightness value of fcf38c is 0.77.

The process color (four color CMYK) of #fcf38c color hex is 0.00, 0.04, 0.44, 0.01. Web safe color of #fcf38c is #ffff99. Color #fcf38c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110011 10001100
Octal 374 363 214
Decimal 252 243 140
Hex FC F3 8C

RGB Percentages of Color #fcf38c

%39.69
%38.27
%22.05

CMYK Percentages of Color #fcf38c

%0
%4
%44
%1

Triadic Colors of #fcf38c

#fcf38c #8cfcf3 #f38cfc

Analogous Colors of #fcf38c

#fcf38c #cdfc8c #fcbb8c

Monochromatic Colors of #fcf38c

#fcf38c

Complementary Color

#fcf38c #8c95fc

#fcf38c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf38c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf38c Color CSS Codes

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

#fcf38c Text Font Color

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

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


#fcf38c Background Color

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

This div background color is #fcf38c


#fcf38c Border Color

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

This div border color is #fcf38c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf38c


Comments

No comments written yet.

Please login to write comment.