Color Hex Logo

#afccbf Color Hex

#AFCCBF
(175,204,191)
0 Favorites   0 Comments

Color spaces of #afccbf

RGB 175204191
HSL0.430.220.74
HSV153°14°80°
CMYK 0.140.000.06   0.20
XYZ48.676056.061357.5456
Yxy56.06130.29990.3455
Hunter Lab74.8741-14.98606.8437
CIE-Lab79.6487-12.24623.2101

#afccbf color RGB value is (175,204,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 10111111
Octal 257 314 277
Decimal 175 204 191
Hex AF CC BF

RGB Percentages of Color #afccbf

%30.70
%35.79
%33.51

CMYK Percentages of Color #afccbf

%14
%0
%6
%20

Triadic Colors of #afccbf

#afccbf #bfafcc #ccbfaf

Analogous Colors of #afccbf

#afccbf #afcbcc #afccb1

Monochromatic Colors of #afccbf

#afccbf

Complementary Color

#afccbf #ccafbc

#afccbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afccbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afccbf Color CSS Codes

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

#afccbf Text Font Color

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

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


#afccbf Background Color

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

This div background color is #afccbf


#afccbf Border Color

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

This div border color is #afccbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afccbf


Comments

No comments written yet.

Please login to write comment.