Color Hex Logo

#afbaba Color Hex

#AFBABA
(175,186,186)
0 Favorites   0 Comments

Color spaces of #afbaba

RGB 175186186
HSL0.500.070.71
HSV180°73°
CMYK 0.060.000.00   0.27
XYZ44.101047.776953.3519
Yxy47.77690.30370.3290
Hunter Lab69.1208-7.07352.6208
CIE-Lab74.6840-3.7940-1.3222

#afbaba color RGB value is (175,186,186).

#afbaba hex color red value is 175, green value is 186 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #afbaba hue: 0.50 , saturation: 0.07 and the lightness value of afbaba is 0.71.

The process color (four color CMYK) of #afbaba color hex is 0.06, 0.00, 0.00, 0.27. Web safe color of #afbaba is #99cccc. Color #afbaba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 10111010
Octal 257 272 272
Decimal 175 186 186
Hex AF BA BA

RGB Percentages of Color #afbaba

%31.99
%34.00
%34.00

CMYK Percentages of Color #afbaba

%6
%0
%0
%27

Triadic Colors of #afbaba

#afbaba #baafba #babaaf

Analogous Colors of #afbaba

#afbaba #afb5ba #afbab5

Monochromatic Colors of #afbaba

#afbaba

Complementary Color

#afbaba #baafaf

#afbaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbaba Color CSS Codes

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

#afbaba Text Font Color

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

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


#afbaba Background Color

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

This div background color is #afbaba


#afbaba Border Color

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

This div border color is #afbaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbaba


Comments

No comments written yet.

Please login to write comment.