Color Hex Logo

#afdbbf Color Hex

#AFDBBF
(175,219,191)
0 Favorites   0 Comments

Color spaces of #afdbbf

RGB 175219191
HSL0.390.380.77
HSV142°20°86°
CMYK 0.200.000.13   0.14
XYZ52.414763.538658.7918
Yxy63.53860.29990.3636
Hunter Lab79.7111-22.120312.0678
CIE-Lab83.7250-19.82599.0792

#afdbbf color RGB value is (175,219,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 10111111
Octal 257 333 277
Decimal 175 219 191
Hex AF DB BF

RGB Percentages of Color #afdbbf

%29.91
%37.44
%32.65

CMYK Percentages of Color #afdbbf

%20
%0
%13
%14

Triadic Colors of #afdbbf

#afdbbf #bfafdb #dbbfaf

Analogous Colors of #afdbbf

#afdbbf #afdbd5 #b5dbaf

Monochromatic Colors of #afdbbf

#afdbbf

Complementary Color

#afdbbf #dbafcb

#afdbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdbbf Color CSS Codes

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

#afdbbf Text Font Color

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

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


#afdbbf Background Color

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

This div background color is #afdbbf


#afdbbf Border Color

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

This div border color is #afdbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdbbf


Comments

No comments written yet.

Please login to write comment.