Color Hex Logo

#fff071 Color Hex

#FFF071
(255,240,113)
0 Favorites   0 Comments

Color spaces of #fff071

RGB 255240113
HSL0.151.000.72
HSV54°56°100°
CMYK 0.000.060.56   0.00
XYZ75.380784.772428.0125
Yxy84.77240.40060.4505
Hunter Lab92.0719-14.985246.4116
CIE-Lab93.7850-10.392662.0824

#fff071 color RGB value is (255,240,113).

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

The process color (four color CMYK) of #fff071 color hex is 0.00, 0.06, 0.56, 0.00. Web safe color of #fff071 is #ffff66. Color #fff071 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110000 01110001
Octal 377 360 161
Decimal 255 240 113
Hex FF F0 71

RGB Percentages of Color #fff071

%41.94
%39.47
%18.59

CMYK Percentages of Color #fff071

%0
%6
%56
%0

Triadic Colors of #fff071

#fff071 #71fff0 #f071ff

Analogous Colors of #fff071

#fff071 #c7ff71 #ffa971

Monochromatic Colors of #fff071

#fff071

Complementary Color

#fff071 #7180ff

#fff071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff071 Color CSS Codes

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

#fff071 Text Font Color

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

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


#fff071 Background Color

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

This div background color is #fff071


#fff071 Border Color

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

This div border color is #fff071


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,240,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff071

#fff071 Color Palettes


Comments

No comments written yet.

Please login to write comment.