Color Hex Logo

#af9123 Color Hex

#AF9123
(175,145,35)
0 Favorites   0 Comments

Color spaces of #af9123

RGB 17514535
HSL0.130.670.41
HSV47°80°69°
CMYK 0.000.170.80   0.31
XYZ28.108029.48615.8000
Yxy29.48610.44340.4651
Hunter Lab54.3011-2.629631.6779
CIE-Lab61.20830.325657.8655

#af9123 color RGB value is (175,145,35).

#af9123 hex color red value is 175, green value is 145 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #af9123 hue: 0.13 , saturation: 0.67 and the lightness value of af9123 is 0.41.

The process color (four color CMYK) of #af9123 color hex is 0.00, 0.17, 0.80, 0.31. Web safe color of #af9123 is #999933. Color #af9123 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010001 00100011
Octal 257 221 43
Decimal 175 145 35
Hex AF 91 23

RGB Percentages of Color #af9123

%49.30
%40.85
%9.86

CMYK Percentages of Color #af9123

%0
%17
%80
%31

Triadic Colors of #af9123

#af9123 #23af91 #9123af

Analogous Colors of #af9123

#af9123 #87af23 #af4b23

Monochromatic Colors of #af9123

#af9123

Complementary Color

#af9123 #2341af

#af9123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9123 Color CSS Codes

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

#af9123 Text Font Color

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

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


#af9123 Background Color

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

This div background color is #af9123


#af9123 Border Color

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

This div border color is #af9123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9123


Comments

No comments written yet.

Please login to write comment.