Color Hex Logo

#afaeaf Color Hex

#AFAEAF
(175,174,175)
0 Favorites   0 Comments

Color spaces of #afaeaf

RGB 175174175
HSL0.830.010.68
HSV300°69°
CMYK 0.000.010.00   0.31
XYZ40.553142.481246.6198
Yxy42.48120.31280.3277
Hunter Lab65.1776-2.99923.2158
CIE-Lab71.20140.5453-0.3944

#afaeaf color RGB value is (175,174,175).

#afaeaf hex color red value is 175, green value is 174 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #afaeaf hue: 0.83 , saturation: 0.01 and the lightness value of afaeaf is 0.68.

The process color (four color CMYK) of #afaeaf color hex is 0.00, 0.01, 0.00, 0.31. Web safe color of #afaeaf is #999999. Color #afaeaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 10101111
Octal 257 256 257
Decimal 175 174 175
Hex AF AE AF

RGB Percentages of Color #afaeaf

%33.40
%33.21
%33.40

CMYK Percentages of Color #afaeaf

%0
%1
%0
%31

Triadic Colors of #afaeaf

#afaeaf #afafae #aeafaf

Monochromatic Colors of #afaeaf

#afaeaf

Complementary Color

#afaeaf #aeafae

#afaeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaeaf Color CSS Codes

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

#afaeaf Text Font Color

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

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


#afaeaf Background Color

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

This div background color is #afaeaf


#afaeaf Border Color

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

This div border color is #afaeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaeaf


Comments

No comments written yet.

Please login to write comment.