Color Hex Logo

#afbebf Color Hex

#AFBEBF
(175,190,191)
0 Favorites   0 Comments

Color spaces of #afbebf

RGB 175190191
HSL0.510.110.72
HSV184°75°
CMYK 0.080.010.00   0.25
XYZ45.496649.702556.4858
Yxy49.70250.29990.3277
Hunter Lab70.5000-8.18151.8458
CIE-Lab75.8863-4.9355-2.2780

#afbebf color RGB value is (175,190,191).

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

The process color (four color CMYK) of #afbebf color hex is 0.08, 0.01, 0.00, 0.25. Web safe color of #afbebf is #99cccc. Color #afbebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 10111111
Octal 257 276 277
Decimal 175 190 191
Hex AF BE BF

RGB Percentages of Color #afbebf

%31.47
%34.17
%34.35

CMYK Percentages of Color #afbebf

%8
%1
%0
%25

Triadic Colors of #afbebf

#afbebf #bfafbe #bebfaf

Analogous Colors of #afbebf

#afbebf #afb6bf #afbfb8

Monochromatic Colors of #afbebf

#afbebf

Complementary Color

#afbebf #bfb0af

#afbebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbebf Color CSS Codes

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

#afbebf Text Font Color

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

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


#afbebf Background Color

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

This div background color is #afbebf


#afbebf Border Color

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

This div border color is #afbebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbebf


Comments

No comments written yet.

Please login to write comment.