Color Hex Logo

#afcbb4 Color Hex

#AFCBB4
(175,203,180)
0 Favorites   0 Comments

Color spaces of #afcbb4

RGB 175203180
HSL0.360.210.74
HSV131°14°80°
CMYK 0.140.000.11   0.20
XYZ47.273455.121151.3279
Yxy55.12110.30750.3586
Hunter Lab74.2436-16.269310.9807
CIE-Lab79.1110-13.80828.3301

#afcbb4 color RGB value is (175,203,180).

#afcbb4 hex color red value is 175, green value is 203 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #afcbb4 hue: 0.36 , saturation: 0.21 and the lightness value of afcbb4 is 0.74.

The process color (four color CMYK) of #afcbb4 color hex is 0.14, 0.00, 0.11, 0.20. Web safe color of #afcbb4 is #99cccc. Color #afcbb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 10110100
Octal 257 313 264
Decimal 175 203 180
Hex AF CB B4

RGB Percentages of Color #afcbb4

%31.36
%36.38
%32.26

CMYK Percentages of Color #afcbb4

%14
%0
%11
%20

Triadic Colors of #afcbb4

#afcbb4 #b4afcb #cbb4af

Analogous Colors of #afcbb4

#afcbb4 #afcbc2 #b8cbaf

Monochromatic Colors of #afcbb4

#afcbb4

Complementary Color

#afcbb4 #cbafc6

#afcbb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcbb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcbb4 Color CSS Codes

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

#afcbb4 Text Font Color

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

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


#afcbb4 Background Color

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

This div background color is #afcbb4


#afcbb4 Border Color

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

This div border color is #afcbb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcbb4


Comments

No comments written yet.

Please login to write comment.