Color Hex Logo

#ffaa27 Color Hex

#FFAA27
(255,170,39)
0 Favorites   0 Comments

Color spaces of #ffaa27

RGB 25517039
HSL0.101.000.58
HSV36°85°100°
CMYK 0.000.330.85   0.00
XYZ55.980950.15598.6500
Yxy50.15590.48770.4369
Hunter Lab70.820817.160342.3329
CIE-Lab76.164921.856572.9280

#ffaa27 color RGB value is (255,170,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 00100111
Octal 377 252 47
Decimal 255 170 39
Hex FF AA 27

RGB Percentages of Color #ffaa27

%54.96
%36.64
%8.41

CMYK Percentages of Color #ffaa27

%0
%33
%85
%0

Triadic Colors of #ffaa27

#ffaa27 #27ffaa #aa27ff

Analogous Colors of #ffaa27

#ffaa27 #e8ff27 #ff3e27

Monochromatic Colors of #ffaa27

#ffaa27

Complementary Color

#ffaa27 #277cff

#ffaa27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaa27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaa27 Color CSS Codes

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

#ffaa27 Text Font Color

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

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


#ffaa27 Background Color

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

This div background color is #ffaa27


#ffaa27 Border Color

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

This div border color is #ffaa27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaa27


Comments

No comments written yet.

Please login to write comment.