Color Hex Logo

#fcf380 Color Hex

#FCF380
(252,243,128)
0 Favorites   0 Comments

Color spaces of #fcf380

RGB 252243128
HSL0.150.950.75
HSV56°49°99°
CMYK 0.000.040.49   0.01
XYZ76.091886.355133.0798
Yxy86.35510.38920.4417
Hunter Lab92.9274-16.461843.9435
CIE-Lab94.4640-11.868756.0041

#fcf380 color RGB value is (252,243,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110011 10000000
Octal 374 363 200
Decimal 252 243 128
Hex FC F3 80

RGB Percentages of Color #fcf380

%40.45
%39.00
%20.55

CMYK Percentages of Color #fcf380

%0
%4
%49
%1

Triadic Colors of #fcf380

#fcf380 #80fcf3 #f380fc

Analogous Colors of #fcf380

#fcf380 #c7fc80 #fcb580

Monochromatic Colors of #fcf380

#fcf380

Complementary Color

#fcf380 #8089fc

#fcf380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf380 Color CSS Codes

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

#fcf380 Text Font Color

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

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


#fcf380 Background Color

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

This div background color is #fcf380


#fcf380 Border Color

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

This div border color is #fcf380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf380

Related Colors


Comments

No comments written yet.

Please login to write comment.