Color Hex Logo

#afccbb Color Hex

#AFCCBB
(175,204,187)
0 Favorites   0 Comments

Color spaces of #afccbb

RGB 175204187
HSL0.400.220.74
HSV145°14°80°
CMYK 0.140.000.08   0.20
XYZ48.241755.887555.2585
Yxy55.88750.30270.3506
Hunter Lab74.7579-15.63948.5054
CIE-Lab79.5497-13.01305.2107

#afccbb color RGB value is (175,204,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 10111011
Octal 257 314 273
Decimal 175 204 187
Hex AF CC BB

RGB Percentages of Color #afccbb

%30.92
%36.04
%33.04

CMYK Percentages of Color #afccbb

%14
%0
%8
%20

Triadic Colors of #afccbb

#afccbb #bbafcc #ccbbaf

Analogous Colors of #afccbb

#afccbb #afccca #b2ccaf

Monochromatic Colors of #afccbb

#afccbb

Complementary Color

#afccbb #ccafc0

#afccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afccbb Color CSS Codes

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

#afccbb Text Font Color

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

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


#afccbb Background Color

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

This div background color is #afccbb


#afccbb Border Color

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

This div border color is #afccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afccbb

#afccbb Color Palettes


Comments

No comments written yet.

Please login to write comment.