Color Hex Logo

#ffaa07 Color Hex

#FFAA07
(255,170,7)
0 Favorites   0 Comments

Color spaces of #ffaa07

RGB 2551707
HSL0.111.000.51
HSV39°97°100°
CMYK 0.000.330.97   0.00
XYZ55.653150.02486.9235
Yxy50.02480.49420.4443
Hunter Lab70.728216.679943.7059
CIE-Lab76.084521.383378.9390

#ffaa07 color RGB value is (255,170,7).

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

The process color (four color CMYK) of #ffaa07 color hex is 0.00, 0.33, 0.97, 0.00. Web safe color of #ffaa07 is #ff9900. Color #ffaa07 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 00000111
Octal 377 252 7
Decimal 255 170 7
Hex FF AA 7

RGB Percentages of Color #ffaa07

%59.03
%39.35
%1.62

CMYK Percentages of Color #ffaa07

%0
%33
%97
%0

Triadic Colors of #ffaa07

#ffaa07 #07ffaa #aa07ff

Analogous Colors of #ffaa07

#ffaa07 #d8ff07 #ff2e07

Monochromatic Colors of #ffaa07

#ffaa07

Complementary Color

#ffaa07 #075cff

#ffaa07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaa07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaa07 Color CSS Codes

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

#ffaa07 Text Font Color

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

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


#ffaa07 Background Color

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

This div background color is #ffaa07


#ffaa07 Border Color

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

This div border color is #ffaa07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaa07

Related Colors


Comments

No comments written yet.

Please login to write comment.