Color Hex Logo

#afa278 Color Hex

#AFA278
(175,162,120)
1 Favorites   0 Comments

Color spaces of #afa278

RGB 175162120
HSL0.130.260.58
HSV46°31°69°
CMYK 0.000.070.31   0.31
XYZ33.989736.310722.9865
Yxy36.31070.36440.3892
Hunter Lab60.2584-4.766319.5637
CIE-Lab66.7566-1.809423.5960

#afa278 color RGB value is (175,162,120).

#afa278 hex color red value is 175, green value is 162 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #afa278 hue: 0.13 , saturation: 0.26 and the lightness value of afa278 is 0.58.

The process color (four color CMYK) of #afa278 color hex is 0.00, 0.07, 0.31, 0.31. Web safe color of #afa278 is #999966. Color #afa278 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 01111000
Octal 257 242 170
Decimal 175 162 120
Hex AF A2 78

RGB Percentages of Color #afa278

%38.29
%35.45
%26.26

CMYK Percentages of Color #afa278

%0
%7
%31
%31

Triadic Colors of #afa278

#afa278 #78afa2 #a278af

Analogous Colors of #afa278

#afa278 #a1af78 #af8778

Monochromatic Colors of #afa278

#afa278

Complementary Color

#afa278 #7885af

#afa278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa278 Color CSS Codes

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

#afa278 Text Font Color

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

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


#afa278 Background Color

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

This div background color is #afa278


#afa278 Border Color

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

This div border color is #afa278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa278

#afa278 Color Palettes


Comments

No comments written yet.

Please login to write comment.