Color Hex Logo

#af350e Color Hex

#AF350E
(175,53,14)
0 Favorites   0 Comments

Color spaces of #af350e

RGB 1755314
HSL0.040.850.37
HSV15°92°69°
CMYK 0.000.700.92   0.31
XYZ19.031611.69191.6691
Yxy11.69190.58750.3609
Hunter Lab34.193439.512221.0412
CIE-Lab40.722248.023348.1143

#af350e color RGB value is (175,53,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110101 00001110
Octal 257 65 16
Decimal 175 53 14
Hex AF 35 E

RGB Percentages of Color #af350e

%72.31
%21.90
%5.79

CMYK Percentages of Color #af350e

%0
%70
%92
%31

Triadic Colors of #af350e

#af350e #0eaf35 #350eaf

Analogous Colors of #af350e

#af350e #af860e #af0e37

Monochromatic Colors of #af350e

#af350e

Complementary Color

#af350e #0e88af

#af350e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af350e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af350e Color CSS Codes

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

#af350e Text Font Color

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

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


#af350e Background Color

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

This div background color is #af350e


#af350e Border Color

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

This div border color is #af350e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,53,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 #af350e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af350e


Comments

No comments written yet.

Please login to write comment.