Color Hex Logo

#afbb68 Color Hex

#AFBB68
(175,187,104)
0 Favorites   0 Comments

Color spaces of #afbb68

RGB 175187104
HSL0.190.380.57
HSV69°44°73°
CMYK 0.060.000.44   0.27
XYZ37.948245.654119.9087
Yxy45.65410.36660.4411
Hunter Lab67.5678-17.992529.8278
CIE-Lab73.3205-16.827340.4848

#afbb68 color RGB value is (175,187,104).

#afbb68 hex color red value is 175, green value is 187 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #afbb68 hue: 0.19 , saturation: 0.38 and the lightness value of afbb68 is 0.57.

The process color (four color CMYK) of #afbb68 color hex is 0.06, 0.00, 0.44, 0.27. Web safe color of #afbb68 is #99cc66. Color #afbb68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 01101000
Octal 257 273 150
Decimal 175 187 104
Hex AF BB 68

RGB Percentages of Color #afbb68

%37.55
%40.13
%22.32

CMYK Percentages of Color #afbb68

%6
%0
%44
%27

Triadic Colors of #afbb68

#afbb68 #68afbb #bb68af

Analogous Colors of #afbb68

#afbb68 #86bb68 #bb9e68

Monochromatic Colors of #afbb68

#afbb68

Complementary Color

#afbb68 #7468bb

#afbb68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbb68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbb68 Color CSS Codes

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

#afbb68 Text Font Color

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

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


#afbb68 Background Color

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

This div background color is #afbb68


#afbb68 Border Color

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

This div border color is #afbb68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbb68


Comments

No comments written yet.

Please login to write comment.