Color Hex Logo

#afac23 Color Hex

#AFAC23
(175,172,35)
0 Favorites   0 Comments

Color spaces of #afac23

RGB 17517235
HSL0.160.670.41
HSV59°80°69°
CMYK 0.000.020.80   0.31
XYZ32.735138.74047.3424
Yxy38.74040.41530.4915
Hunter Lab62.2418-15.043836.5751
CIE-Lab68.5628-14.016064.3920

#afac23 color RGB value is (175,172,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 00100011
Octal 257 254 43
Decimal 175 172 35
Hex AF AC 23

RGB Percentages of Color #afac23

%45.81
%45.03
%9.16

CMYK Percentages of Color #afac23

%0
%2
%80
%31

Triadic Colors of #afac23

#afac23 #23afac #ac23af

Analogous Colors of #afac23

#afac23 #6caf23 #af6623

Monochromatic Colors of #afac23

#afac23

Complementary Color

#afac23 #2326af

#afac23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afac23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afac23 Color CSS Codes

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

#afac23 Text Font Color

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

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


#afac23 Background Color

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

This div background color is #afac23


#afac23 Border Color

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

This div border color is #afac23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afac23


Comments

No comments written yet.

Please login to write comment.