Color Hex Logo

#afbc91 Color Hex

#AFBC91
(175,188,145)
0 Favorites   0 Comments

Color spaces of #afbc91

RGB 175188145
HSL0.220.240.65
HSV78°23°74°
CMYK 0.070.000.23   0.26
XYZ40.773347.124733.7351
Yxy47.12470.33520.3874
Hunter Lab68.6474-14.112518.9166
CIE-Lab74.2695-11.998920.3039

#afbc91 color RGB value is (175,188,145).

#afbc91 hex color red value is 175, green value is 188 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #afbc91 hue: 0.22 , saturation: 0.24 and the lightness value of afbc91 is 0.65.

The process color (four color CMYK) of #afbc91 color hex is 0.07, 0.00, 0.23, 0.26. Web safe color of #afbc91 is #99cc99. Color #afbc91 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 10010001
Octal 257 274 221
Decimal 175 188 145
Hex AF BC 91

RGB Percentages of Color #afbc91

%34.45
%37.01
%28.54

CMYK Percentages of Color #afbc91

%7
%0
%23
%26

Triadic Colors of #afbc91

#afbc91 #91afbc #bc91af

Analogous Colors of #afbc91

#afbc91 #9abc91 #bcb491

Monochromatic Colors of #afbc91

#afbc91

Complementary Color

#afbc91 #9e91bc

#afbc91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbc91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbc91 Color CSS Codes

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

#afbc91 Text Font Color

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

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


#afbc91 Background Color

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

This div background color is #afbc91


#afbc91 Border Color

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

This div border color is #afbc91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbc91


Comments

No comments written yet.

Please login to write comment.