Color Hex Logo

#ffa70b Color Hex

#FFA70B
(255,167,11)
0 Favorites   0 Comments

Color spaces of #ffa70b

RGB 25516711
HSL0.111.000.52
HSV38°96°100°
CMYK 0.000.350.96   0.00
XYZ55.119148.92166.8543
Yxy48.92160.49700.4412
Hunter Lab69.944018.264343.1505
CIE-Lab75.402522.980678.0300

#ffa70b color RGB value is (255,167,11).

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

The process color (four color CMYK) of #ffa70b color hex is 0.00, 0.35, 0.96, 0.00. Web safe color of #ffa70b is #ff9900. Color #ffa70b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100111 00001011
Octal 377 247 13
Decimal 255 167 11
Hex FF A7 B

RGB Percentages of Color #ffa70b

%58.89
%38.57
%2.54

CMYK Percentages of Color #ffa70b

%0
%35
%96
%0

Triadic Colors of #ffa70b

#ffa70b #0bffa7 #a70bff

Analogous Colors of #ffa70b

#ffa70b #ddff0b #ff2d0b

Monochromatic Colors of #ffa70b

#ffa70b

Complementary Color

#ffa70b #0b63ff

#ffa70b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa70b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa70b Color CSS Codes

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

#ffa70b Text Font Color

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

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


#ffa70b Background Color

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

This div background color is #ffa70b


#ffa70b Border Color

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

This div border color is #ffa70b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa70b

Related Colors


Comments

No comments written yet.

Please login to write comment.