Color Hex Logo

#afb378 Color Hex

#AFB378
(175,179,120)
0 Favorites   0 Comments

Color spaces of #afb378

RGB 175179120
HSL0.180.280.59
HSV64°33°70°
CMYK 0.020.000.33   0.30
XYZ37.189542.710224.0531
Yxy42.71020.35780.4109
Hunter Lab65.3530-12.791423.9255
CIE-Lab71.3578-10.837629.7149

#afb378 color RGB value is (175,179,120).

#afb378 hex color red value is 175, green value is 179 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #afb378 hue: 0.18 , saturation: 0.28 and the lightness value of afb378 is 0.59.

The process color (four color CMYK) of #afb378 color hex is 0.02, 0.00, 0.33, 0.30. Web safe color of #afb378 is #99cc66. Color #afb378 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110011 01111000
Octal 257 263 170
Decimal 175 179 120
Hex AF B3 78

RGB Percentages of Color #afb378

%36.92
%37.76
%25.32

CMYK Percentages of Color #afb378

%2
%0
%33
%30

Triadic Colors of #afb378

#afb378 #78afb3 #b378af

Analogous Colors of #afb378

#afb378 #92b378 #b39a78

Monochromatic Colors of #afb378

#afb378

Complementary Color

#afb378 #7c78b3

#afb378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb378 Color CSS Codes

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

#afb378 Text Font Color

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

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


#afb378 Background Color

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

This div background color is #afb378


#afb378 Border Color

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

This div border color is #afb378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb378


Comments

No comments written yet.

Please login to write comment.