Color Hex Logo

#afd6bf Color Hex

#AFD6BF
(175,214,191)
0 Favorites   0 Comments

Color spaces of #afd6bf

RGB 175214191
HSL0.400.320.76
HSV145°18°84°
CMYK 0.180.000.11   0.16
XYZ51.129760.968758.3635
Yxy60.96870.29990.3577
Hunter Lab78.0825-19.759510.3408
CIE-Lab82.3619-17.32927.1255

#afd6bf color RGB value is (175,214,191).

#afd6bf hex color red value is 175, green value is 214 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #afd6bf hue: 0.40 , saturation: 0.32 and the lightness value of afd6bf is 0.76.

The process color (four color CMYK) of #afd6bf color hex is 0.18, 0.00, 0.11, 0.16. Web safe color of #afd6bf is #99cccc. Color #afd6bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010110 10111111
Octal 257 326 277
Decimal 175 214 191
Hex AF D6 BF

RGB Percentages of Color #afd6bf

%30.17
%36.90
%32.93

CMYK Percentages of Color #afd6bf

%18
%0
%11
%16

Triadic Colors of #afd6bf

#afd6bf #bfafd6 #d6bfaf

Analogous Colors of #afd6bf

#afd6bf #afd6d3 #b3d6af

Monochromatic Colors of #afd6bf

#afd6bf

Complementary Color

#afd6bf #d6afc6

#afd6bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd6bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd6bf Color CSS Codes

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

#afd6bf Text Font Color

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

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


#afd6bf Background Color

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

This div background color is #afd6bf


#afd6bf Border Color

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

This div border color is #afd6bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd6bf


Comments

No comments written yet.

Please login to write comment.