Color Hex Logo

#afa623 Color Hex

#AFA623
(175,166,35)
0 Favorites   0 Comments

Color spaces of #afa623

RGB 17516635
HSL0.160.670.41
HSV56°80°69°
CMYK 0.000.050.80   0.31
XYZ31.618836.50776.9703
Yxy36.50770.42100.4861
Hunter Lab60.4216-12.328235.4554
CIE-Lab66.9060-10.904962.9346

#afa623 color RGB value is (175,166,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 00100011
Octal 257 246 43
Decimal 175 166 35
Hex AF A6 23

RGB Percentages of Color #afa623

%46.54
%44.15
%9.31

CMYK Percentages of Color #afa623

%0
%5
%80
%31

Triadic Colors of #afa623

#afa623 #23afa6 #a623af

Analogous Colors of #afa623

#afa623 #72af23 #af6023

Monochromatic Colors of #afa623

#afa623

Complementary Color

#afa623 #232caf

#afa623 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa623 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa623 Color CSS Codes

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

#afa623 Text Font Color

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

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


#afa623 Background Color

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

This div background color is #afa623


#afa623 Border Color

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

This div border color is #afa623


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa623


Comments

No comments written yet.

Please login to write comment.