Color Hex Logo

#ffaa25 Color Hex

#FFAA25
(255,170,37)
0 Favorites   0 Comments

Color spaces of #ffaa25

RGB 25517037
HSL0.101.000.57
HSV37°85°100°
CMYK 0.000.330.85   0.00
XYZ55.948750.14308.4800
Yxy50.14300.48830.4377
Hunter Lab70.811717.113242.4680
CIE-Lab76.157021.810273.4813

#ffaa25 color RGB value is (255,170,37).

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

The process color (four color CMYK) of #ffaa25 color hex is 0.00, 0.33, 0.85, 0.00. Web safe color of #ffaa25 is #ff9933. Color #ffaa25 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 00100101
Octal 377 252 45
Decimal 255 170 37
Hex FF AA 25

RGB Percentages of Color #ffaa25

%55.19
%36.80
%8.01

CMYK Percentages of Color #ffaa25

%0
%33
%85
%0

Triadic Colors of #ffaa25

#ffaa25 #25ffaa #aa25ff

Analogous Colors of #ffaa25

#ffaa25 #e7ff25 #ff3d25

Monochromatic Colors of #ffaa25

#ffaa25

Complementary Color

#ffaa25 #257aff

#ffaa25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaa25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaa25 Color CSS Codes

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

#ffaa25 Text Font Color

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

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


#ffaa25 Background Color

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

This div background color is #ffaa25


#ffaa25 Border Color

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

This div border color is #ffaa25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaa25

Related Colors


Comments

No comments written yet.

Please login to write comment.