Color Hex Logo

#afbea1 Color Hex

#AFBEA1
(175,190,161)
0 Favorites   0 Comments

Color spaces of #afbea1

RGB 175190161
HSL0.250.180.69
HSV91°15°75°
CMYK 0.080.000.15   0.25
XYZ42.525748.514140.8410
Yxy48.51410.32250.3679
Hunter Lab69.6521-12.908913.9913
CIE-Lab75.1480-10.459112.9152

#afbea1 color RGB value is (175,190,161).

#afbea1 hex color red value is 175, green value is 190 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #afbea1 hue: 0.25 , saturation: 0.18 and the lightness value of afbea1 is 0.69.

The process color (four color CMYK) of #afbea1 color hex is 0.08, 0.00, 0.15, 0.25. Web safe color of #afbea1 is #99cc99. Color #afbea1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 10100001
Octal 257 276 241
Decimal 175 190 161
Hex AF BE A1

RGB Percentages of Color #afbea1

%33.27
%36.12
%30.61

CMYK Percentages of Color #afbea1

%8
%0
%15
%25

Triadic Colors of #afbea1

#afbea1 #a1afbe #bea1af

Analogous Colors of #afbea1

#afbea1 #a1bea2 #bebea1

Monochromatic Colors of #afbea1

#afbea1

Complementary Color

#afbea1 #b0a1be

#afbea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbea1 Color CSS Codes

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

#afbea1 Text Font Color

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

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


#afbea1 Background Color

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

This div background color is #afbea1


#afbea1 Border Color

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

This div border color is #afbea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbea1

#afbea1 Color Palettes


Comments

No comments written yet.

Please login to write comment.