Color Hex Logo

#afccbd Color Hex

#AFCCBD
(175,204,189)
0 Favorites   0 Comments

Color spaces of #afccbd

RGB 175204189
HSL0.410.220.74
HSV149°14°80°
CMYK 0.140.000.07   0.20
XYZ48.457455.973856.3942
Yxy55.97380.30130.3480
Hunter Lab74.8156-15.31467.6796
CIE-Lab79.5989-12.63134.2100

#afccbd color RGB value is (175,204,189).

#afccbd hex color red value is 175, green value is 204 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #afccbd hue: 0.41 , saturation: 0.22 and the lightness value of afccbd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 10111101
Octal 257 314 275
Decimal 175 204 189
Hex AF CC BD

RGB Percentages of Color #afccbd

%30.81
%35.92
%33.27

CMYK Percentages of Color #afccbd

%14
%0
%7
%20

Triadic Colors of #afccbd

#afccbd #bdafcc #ccbdaf

Analogous Colors of #afccbd

#afccbd #afcccc #b0ccaf

Monochromatic Colors of #afccbd

#afccbd

Complementary Color

#afccbd #ccafbe

#afccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afccbd Color CSS Codes

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

#afccbd Text Font Color

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

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


#afccbd Background Color

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

This div background color is #afccbd


#afccbd Border Color

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

This div border color is #afccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afccbd


Comments

No comments written yet.

Please login to write comment.