Color Hex Logo

#afbeb1 Color Hex

#AFBEB1
(175,190,177)
0 Favorites   0 Comments

Color spaces of #afbeb1

RGB 175190177
HSL0.360.100.72
HSV128°75°
CMYK 0.080.000.07   0.25
XYZ44.028549.115248.7546
Yxy49.11520.31030.3461
Hunter Lab70.0822-10.50307.8109
CIE-Lab75.5229-7.62244.7898

#afbeb1 color RGB value is (175,190,177).

#afbeb1 hex color red value is 175, green value is 190 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #afbeb1 hue: 0.36 , saturation: 0.10 and the lightness value of afbeb1 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 10110001
Octal 257 276 261
Decimal 175 190 177
Hex AF BE B1

RGB Percentages of Color #afbeb1

%32.29
%35.06
%32.66

CMYK Percentages of Color #afbeb1

%8
%0
%7
%25

Triadic Colors of #afbeb1

#afbeb1 #b1afbe #beb1af

Analogous Colors of #afbeb1

#afbeb1 #afbeb9 #b5beaf

Monochromatic Colors of #afbeb1

#afbeb1

Complementary Color

#afbeb1 #beafbc

#afbeb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbeb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbeb1 Color CSS Codes

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

#afbeb1 Text Font Color

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

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


#afbeb1 Background Color

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

This div background color is #afbeb1


#afbeb1 Border Color

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

This div border color is #afbeb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbeb1


Comments

No comments written yet.

Please login to write comment.