Color Hex Logo

#fff070 Color Hex

#FFF070
(255,240,112)
0 Favorites   0 Comments

Color spaces of #fff070

RGB 255240112
HSL0.151.000.72
HSV54°56°100°
CMYK 0.000.060.56   0.00
XYZ75.324784.750027.7176
Yxy84.75000.40110.4513
Hunter Lab92.0598-15.053246.5906
CIE-Lab93.7753-10.465662.5137

#fff070 color RGB value is (255,240,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110000 01110000
Octal 377 360 160
Decimal 255 240 112
Hex FF F0 70

RGB Percentages of Color #fff070

%42.01
%39.54
%18.45

CMYK Percentages of Color #fff070

%0
%6
%56
%0

Triadic Colors of #fff070

#fff070 #70fff0 #f070ff

Analogous Colors of #fff070

#fff070 #c7ff70 #ffa970

Monochromatic Colors of #fff070

#fff070

Complementary Color

#fff070 #707fff

#fff070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff070 Color CSS Codes

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

#fff070 Text Font Color

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

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


#fff070 Background Color

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

This div background color is #fff070


#fff070 Border Color

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

This div border color is #fff070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff070

Related Colors


Comments

No comments written yet.

Please login to write comment.