Color Hex Logo

#afb283 Color Hex

#AFB283
(175,178,131)
0 Favorites   0 Comments

Color spaces of #afb283

RGB 175178131
HSL0.180.230.61
HSV64°26°70°
CMYK 0.020.000.26   0.30
XYZ37.696342.593427.7073
Yxy42.59340.34900.3944
Hunter Lab65.2636-11.109620.5133
CIE-Lab71.2781-8.840323.7412

#afb283 color RGB value is (175,178,131).

#afb283 hex color red value is 175, green value is 178 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #afb283 hue: 0.18 , saturation: 0.23 and the lightness value of afb283 is 0.61.

The process color (four color CMYK) of #afb283 color hex is 0.02, 0.00, 0.26, 0.30. Web safe color of #afb283 is #999999. Color #afb283 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110010 10000011
Octal 257 262 203
Decimal 175 178 131
Hex AF B2 83

RGB Percentages of Color #afb283

%36.16
%36.78
%27.07

CMYK Percentages of Color #afb283

%2
%0
%26
%30

Triadic Colors of #afb283

#afb283 #83afb2 #b283af

Analogous Colors of #afb283

#afb283 #98b283 #b29e83

Monochromatic Colors of #afb283

#afb283

Complementary Color

#afb283 #8683b2

#afb283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb283 Color CSS Codes

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

#afb283 Text Font Color

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

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


#afb283 Background Color

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

This div background color is #afb283


#afb283 Border Color

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

This div border color is #afb283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb283


Comments

No comments written yet.

Please login to write comment.