Color Hex Logo

#fff70a Color Hex

#FFF70A
(255,247,10)
0 Favorites   0 Comments

Color spaces of #fff70a

RGB 25524710
HSL0.161.000.52
HSV58°96°100°
CMYK 0.000.030.96   0.00
XYZ74.555687.803413.3054
Yxy87.80340.42440.4998
Hunter Lab93.7035-21.956757.1736
CIE-Lab95.0781-17.661492.2665

#fff70a color RGB value is (255,247,10).

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

The process color (four color CMYK) of #fff70a color hex is 0.00, 0.03, 0.96, 0.00. Web safe color of #fff70a is #ffff00. Color #fff70a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110111 00001010
Octal 377 367 12
Decimal 255 247 10
Hex FF F7 A

RGB Percentages of Color #fff70a

%49.80
%48.24
%1.95

CMYK Percentages of Color #fff70a

%0
%3
%96
%0

Triadic Colors of #fff70a

#fff70a #0afff7 #f70aff

Analogous Colors of #fff70a

#fff70a #8dff0a #ff7d0a

Monochromatic Colors of #fff70a

#fff70a

Complementary Color

#fff70a #0a12ff

#fff70a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff70a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff70a Color CSS Codes

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

#fff70a Text Font Color

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

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


#fff70a Background Color

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

This div background color is #fff70a


#fff70a Border Color

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

This div border color is #fff70a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff70a

Related Colors


Comments

No comments written yet.

Please login to write comment.