Color Hex Logo

#afdfbf Color Hex

#AFDFBF
(175,223,191)
0 Favorites   0 Comments

Color spaces of #afdfbf

RGB 175223191
HSL0.390.430.78
HSV140°22°87°
CMYK 0.220.000.14   0.13
XYZ53.470865.650959.1439
Yxy65.65090.30000.3683
Hunter Lab81.0252-23.997113.4393
CIE-Lab84.8180-21.801910.6393

#afdfbf color RGB value is (175,223,191).

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

The process color (four color CMYK) of #afdfbf color hex is 0.22, 0.00, 0.14, 0.13. Web safe color of #afdfbf is #99cccc. Color #afdfbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 10111111
Octal 257 337 277
Decimal 175 223 191
Hex AF DF BF

RGB Percentages of Color #afdfbf

%29.71
%37.86
%32.43

CMYK Percentages of Color #afdfbf

%22
%0
%14
%13

Triadic Colors of #afdfbf

#afdfbf #bfafdf #dfbfaf

Analogous Colors of #afdfbf

#afdfbf #afdfd7 #b7dfaf

Monochromatic Colors of #afdfbf

#afdfbf

Complementary Color

#afdfbf #dfafcf

#afdfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdfbf Color CSS Codes

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

#afdfbf Text Font Color

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

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


#afdfbf Background Color

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

This div background color is #afdfbf


#afdfbf Border Color

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

This div border color is #afdfbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,223,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 #afdfbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdfbf


Comments

No comments written yet.

Please login to write comment.