Color Hex Logo

#afad38 Color Hex

#AFAD38
(175,173,56)
0 Favorites   0 Comments

Color spaces of #afad38

RGB 17517356
HSL0.160.520.45
HSV59°68°69°
CMYK 0.000.010.68   0.31
XYZ33.336639.28669.5674
Yxy39.28660.40560.4780
Hunter Lab62.6790-14.750934.8252
CIE-Lab68.9584-13.587457.5650

#afad38 color RGB value is (175,173,56).

#afad38 hex color red value is 175, green value is 173 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #afad38 hue: 0.16 , saturation: 0.52 and the lightness value of afad38 is 0.45.

The process color (four color CMYK) of #afad38 color hex is 0.00, 0.01, 0.68, 0.31. Web safe color of #afad38 is #999933. Color #afad38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 00111000
Octal 257 255 70
Decimal 175 173 56
Hex AF AD 38

RGB Percentages of Color #afad38

%43.32
%42.82
%13.86

CMYK Percentages of Color #afad38

%0
%1
%68
%31

Triadic Colors of #afad38

#afad38 #38afad #ad38af

Analogous Colors of #afad38

#afad38 #76af38 #af7238

Monochromatic Colors of #afad38

#afad38

Complementary Color

#afad38 #383aaf

#afad38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afad38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afad38 Color CSS Codes

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

#afad38 Text Font Color

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

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


#afad38 Background Color

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

This div background color is #afad38


#afad38 Border Color

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

This div border color is #afad38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afad38


Comments

No comments written yet.

Please login to write comment.