Color Hex Logo

#afbcc4 Color Hex

#AFBCC4
(175,188,196)
0 Favorites   0 Comments

Color spaces of #afbcc4

RGB 175188196
HSL0.560.150.73
HSV203°11°77°
CMYK 0.110.040.00   0.23
XYZ45.626249.065959.2905
Yxy49.06590.29630.3186
Hunter Lab70.0471-6.3137-1.1524
CIE-Lab75.4923-2.8662-5.5743

#afbcc4 color RGB value is (175,188,196).

#afbcc4 hex color red value is 175, green value is 188 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #afbcc4 hue: 0.56 , saturation: 0.15 and the lightness value of afbcc4 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 11000100
Octal 257 274 304
Decimal 175 188 196
Hex AF BC C4

RGB Percentages of Color #afbcc4

%31.31
%33.63
%35.06

CMYK Percentages of Color #afbcc4

%11
%4
%0
%23

Triadic Colors of #afbcc4

#afbcc4 #c4afbc #bcc4af

Analogous Colors of #afbcc4

#afbcc4 #afb2c4 #afc4c2

Monochromatic Colors of #afbcc4

#afbcc4

Complementary Color

#afbcc4 #c4b7af

#afbcc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbcc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbcc4 Color CSS Codes

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

#afbcc4 Text Font Color

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

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


#afbcc4 Background Color

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

This div background color is #afbcc4


#afbcc4 Border Color

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

This div border color is #afbcc4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,188,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 #afbcc4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbcc4


Comments

No comments written yet.

Please login to write comment.