Color Hex Logo

#fffc80 Color Hex

#FFFC80
(255,252,128)
0 Favorites   0 Comments

Color spaces of #fffc80

RGB 255252128
HSL0.161.000.75
HSV59°50°100°
CMYK 0.000.010.50   0.00
XYZ79.946792.439334.0510
Yxy92.43930.38730.4478
Hunter Lab96.1454-19.828246.3035
CIE-Lab96.9996-15.086759.0727

#fffc80 color RGB value is (255,252,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111100 10000000
Octal 377 374 200
Decimal 255 252 128
Hex FF FC 80

RGB Percentages of Color #fffc80

%40.16
%39.69
%20.16

CMYK Percentages of Color #fffc80

%0
%1
%50
%0

Triadic Colors of #fffc80

#fffc80 #80fffc #fc80ff

Analogous Colors of #fffc80

#fffc80 #c3ff80 #ffbd80

Monochromatic Colors of #fffc80

#fffc80

Complementary Color

#fffc80 #8083ff

#fffc80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffc80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffc80 Color CSS Codes

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

#fffc80 Text Font Color

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

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


#fffc80 Background Color

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

This div background color is #fffc80


#fffc80 Border Color

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

This div border color is #fffc80


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,252,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 #fffc80">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffc80

Related Colors


Comments

No comments written yet.

Please login to write comment.