Color Hex Logo

#afcbb3 Color Hex

#AFCBB3
(175,203,179)
0 Favorites   0 Comments

Color spaces of #afcbb3

RGB 175203179
HSL0.360.210.74
HSV129°14°80°
CMYK 0.140.000.12   0.20
XYZ47.171855.080550.7932
Yxy55.08050.30820.3599
Hunter Lab74.2162-16.423911.3736
CIE-Lab79.0876-13.99158.8322

#afcbb3 color RGB value is (175,203,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 10110011
Octal 257 313 263
Decimal 175 203 179
Hex AF CB B3

RGB Percentages of Color #afcbb3

%31.42
%36.45
%32.14

CMYK Percentages of Color #afcbb3

%14
%0
%12
%20

Triadic Colors of #afcbb3

#afcbb3 #b3afcb #cbb3af

Analogous Colors of #afcbb3

#afcbb3 #afcbc1 #b9cbaf

Monochromatic Colors of #afcbb3

#afcbb3

Complementary Color

#afcbb3 #cbafc7

#afcbb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcbb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcbb3 Color CSS Codes

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

#afcbb3 Text Font Color

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

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


#afcbb3 Background Color

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

This div background color is #afcbb3


#afcbb3 Border Color

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

This div border color is #afcbb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcbb3


Comments

No comments written yet.

Please login to write comment.