Color Hex Logo

#afbebe Color Hex

#AFBEBE
(175,190,190)
0 Favorites   0 Comments

Color spaces of #afbebe

RGB 175190190
HSL0.500.100.72
HSV180°75°
CMYK 0.080.000.00   0.25
XYZ45.386949.658655.9081
Yxy49.65860.30070.3290
Hunter Lab70.4689-8.35402.2891
CIE-Lab75.8592-5.1334-1.7749

#afbebe color RGB value is (175,190,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 10111110
Octal 257 276 276
Decimal 175 190 190
Hex AF BE BE

RGB Percentages of Color #afbebe

%31.53
%34.23
%34.23

CMYK Percentages of Color #afbebe

%8
%0
%0
%25

Triadic Colors of #afbebe

#afbebe #beafbe #bebeaf

Analogous Colors of #afbebe

#afbebe #afb7be #afbeb7

Monochromatic Colors of #afbebe

#afbebe

Complementary Color

#afbebe #beafaf

#afbebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbebe Color CSS Codes

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

#afbebe Text Font Color

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

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


#afbebe Background Color

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

This div background color is #afbebe


#afbebe Border Color

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

This div border color is #afbebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbebe


Comments

No comments written yet.

Please login to write comment.