Color Hex Logo

#fff180 Color Hex

#FFF180
(255,241,128)
0 Favorites   0 Comments

Color spaces of #fff180

RGB 255241128
HSL0.151.000.75
HSV53°50°100°
CMYK 0.000.050.50   0.00
XYZ76.591685.729132.9326
Yxy85.72910.39230.4391
Hunter Lab92.5900-14.375143.7246
CIE-Lab94.1964-9.701155.7425

#fff180 color RGB value is (255,241,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110001 10000000
Octal 377 361 200
Decimal 255 241 128
Hex FF F1 80

RGB Percentages of Color #fff180

%40.87
%38.62
%20.51

CMYK Percentages of Color #fff180

%0
%5
%50
%0

Triadic Colors of #fff180

#fff180 #80fff1 #f180ff

Analogous Colors of #fff180

#fff180 #ceff80 #ffb280

Monochromatic Colors of #fff180

#fff180

Complementary Color

#fff180 #808eff

#fff180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff180 Color CSS Codes

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

#fff180 Text Font Color

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

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


#fff180 Background Color

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

This div background color is #fff180


#fff180 Border Color

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

This div border color is #fff180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff180

#fff180 Color Palettes


Comments

No comments written yet.

Please login to write comment.