Color Hex Logo

#afabc4 Color Hex

#AFABC4
(175,171,196)
0 Favorites   0 Comments

Color spaces of #afabc4

RGB 175171196
HSL0.690.170.72
HSV250°13°77°
CMYK 0.110.130.00   0.23
XYZ42.205942.225358.1504
Yxy42.22530.29600.2961
Hunter Lab64.98102.2210-7.5709
CIE-Lab71.02606.3474-12.2212

#afabc4 color RGB value is (175,171,196).

#afabc4 hex color red value is 175, green value is 171 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #afabc4 hue: 0.69 , saturation: 0.17 and the lightness value of afabc4 is 0.72.

The process color (four color CMYK) of #afabc4 color hex is 0.11, 0.13, 0.00, 0.23. Web safe color of #afabc4 is #9999cc. Color #afabc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 11000100
Octal 257 253 304
Decimal 175 171 196
Hex AF AB C4

RGB Percentages of Color #afabc4

%32.29
%31.55
%36.16

CMYK Percentages of Color #afabc4

%11
%13
%0
%23

Triadic Colors of #afabc4

#afabc4 #c4afab #abc4af

Analogous Colors of #afabc4

#afabc4 #bcabc4 #abb4c4

Monochromatic Colors of #afabc4

#afabc4

Complementary Color

#afabc4 #c0c4ab

#afabc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afabc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afabc4 Color CSS Codes

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

#afabc4 Text Font Color

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

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


#afabc4 Background Color

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

This div background color is #afabc4


#afabc4 Border Color

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

This div border color is #afabc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afabc4


Comments

No comments written yet.

Please login to write comment.