Color Hex Logo

#af450e Color Hex

#AF450E
(175,69,14)
0 Favorites   0 Comments

Color spaces of #af450e

RGB 1756914
HSL0.060.850.37
HSV20°92°69°
CMYK 0.000.610.92   0.31
XYZ19.886613.40191.9542
Yxy13.40190.56430.3803
Hunter Lab36.608632.900122.4611
CIE-Lab43.362740.958449.9854

#af450e color RGB value is (175,69,14).

#af450e hex color red value is 175, green value is 69 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #af450e hue: 0.06 , saturation: 0.85 and the lightness value of af450e is 0.37.

The process color (four color CMYK) of #af450e color hex is 0.00, 0.61, 0.92, 0.31. Web safe color of #af450e is #993300. Color #af450e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000101 00001110
Octal 257 105 16
Decimal 175 69 14
Hex AF 45 E

RGB Percentages of Color #af450e

%67.83
%26.74
%5.43

CMYK Percentages of Color #af450e

%0
%61
%92
%31

Triadic Colors of #af450e

#af450e #0eaf45 #450eaf

Analogous Colors of #af450e

#af450e #af960e #af0e27

Monochromatic Colors of #af450e

#af450e

Complementary Color

#af450e #0e78af

#af450e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af450e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af450e Color CSS Codes

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

#af450e Text Font Color

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

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


#af450e Background Color

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

This div background color is #af450e


#af450e Border Color

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

This div border color is #af450e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,69,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af450e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af450e;
  -webkit-box-shadow: 1px 1px 3px 2px #af450e;
  box-shadow:         1px 1px 3px 2px #af450e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,69,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af450e


Comments

No comments written yet.

Please login to write comment.