Color Hex Logo

#afb26b Color Hex

#AFB26B
(175,178,107)
0 Favorites   0 Comments

Color spaces of #afb26b

RGB 175178107
HSL0.170.320.56
HSV63°40°70°
CMYK 0.020.000.40   0.30
XYZ36.253442.016320.1091
Yxy42.01630.36850.4271
Hunter Lab64.8200-13.601126.9805
CIE-Lab70.8822-11.881835.9011

#afb26b color RGB value is (175,178,107).

#afb26b hex color red value is 175, green value is 178 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #afb26b hue: 0.17 , saturation: 0.32 and the lightness value of afb26b is 0.56.

The process color (four color CMYK) of #afb26b color hex is 0.02, 0.00, 0.40, 0.30. Web safe color of #afb26b is #999966. Color #afb26b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110010 01101011
Octal 257 262 153
Decimal 175 178 107
Hex AF B2 6B

RGB Percentages of Color #afb26b

%38.04
%38.70
%23.26

CMYK Percentages of Color #afb26b

%2
%0
%40
%30

Triadic Colors of #afb26b

#afb26b #6bafb2 #b26baf

Analogous Colors of #afb26b

#afb26b #8cb26b #b2926b

Monochromatic Colors of #afb26b

#afb26b

Complementary Color

#afb26b #6e6bb2

#afb26b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb26b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb26b Color CSS Codes

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

#afb26b Text Font Color

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

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


#afb26b Background Color

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

This div background color is #afb26b


#afb26b Border Color

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

This div border color is #afb26b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb26b


Comments

No comments written yet.

Please login to write comment.