Color Hex Logo

#afbebb Color Hex

#AFBEBB
(175,190,187)
0 Favorites   0 Comments

Color spaces of #afbebb

RGB 175190187
HSL0.470.100.72
HSV168°75°
CMYK 0.080.000.02   0.25
XYZ45.062349.528754.1987
Yxy49.52870.30290.3329
Hunter Lab70.3766-8.86523.6030
CIE-Lab75.7791-5.7218-0.2640

#afbebb color RGB value is (175,190,187).

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

The process color (four color CMYK) of #afbebb color hex is 0.08, 0.00, 0.02, 0.25. Web safe color of #afbebb is #99cccc. Color #afbebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 10111011
Octal 257 276 273
Decimal 175 190 187
Hex AF BE BB

RGB Percentages of Color #afbebb

%31.70
%34.42
%33.88

CMYK Percentages of Color #afbebb

%8
%0
%2
%25

Triadic Colors of #afbebb

#afbebb #bbafbe #bebbaf

Analogous Colors of #afbebb

#afbebb #afbabe #afbeb4

Monochromatic Colors of #afbebb

#afbebb

Complementary Color

#afbebb #beafb2

#afbebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbebb Color CSS Codes

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

#afbebb Text Font Color

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

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


#afbebb Background Color

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

This div background color is #afbebb


#afbebb Border Color

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

This div border color is #afbebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbebb


Comments

No comments written yet.

Please login to write comment.