Color Hex Logo

#afbac5 Color Hex

#AFBAC5
(175,186,197)
0 Favorites   0 Comments

Color spaces of #afbac5

RGB 175186197
HSL0.580.160.73
HSV210°11°77°
CMYK 0.110.060.00   0.23
XYZ45.316148.263059.7506
Yxy48.26300.29550.3148
Hunter Lab69.4716-5.1402-2.3636
CIE-Lab74.9905-1.5923-6.8608

#afbac5 color RGB value is (175,186,197).

#afbac5 hex color red value is 175, green value is 186 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #afbac5 hue: 0.58 , saturation: 0.16 and the lightness value of afbac5 is 0.73.

The process color (four color CMYK) of #afbac5 color hex is 0.11, 0.06, 0.00, 0.23. Web safe color of #afbac5 is #99cccc. Color #afbac5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 11000101
Octal 257 272 305
Decimal 175 186 197
Hex AF BA C5

RGB Percentages of Color #afbac5

%31.36
%33.33
%35.30

CMYK Percentages of Color #afbac5

%11
%6
%0
%23

Triadic Colors of #afbac5

#afbac5 #c5afba #bac5af

Analogous Colors of #afbac5

#afbac5 #afafc5 #afc5c5

Monochromatic Colors of #afbac5

#afbac5

Complementary Color

#afbac5 #c5baaf

#afbac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbac5 Color CSS Codes

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

#afbac5 Text Font Color

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

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


#afbac5 Background Color

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

This div background color is #afbac5


#afbac5 Border Color

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

This div border color is #afbac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbac5


Comments

No comments written yet.

Please login to write comment.