Color Hex Logo

#afdbd1 Color Hex

#AFDBD1
(175,219,209)
0 Favorites   0 Comments

Color spaces of #afdbd1

RGB 175219209
HSL0.460.380.77
HSV166°20°86°
CMYK 0.200.000.05   0.14
XYZ54.519364.380469.8748
Yxy64.38040.28880.3410
Hunter Lab80.2374-19.12924.5334
CIE-Lab84.1634-16.29990.1846

#afdbd1 color RGB value is (175,219,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 11010001
Octal 257 333 321
Decimal 175 219 209
Hex AF DB D1

RGB Percentages of Color #afdbd1

%29.02
%36.32
%34.66

CMYK Percentages of Color #afdbd1

%20
%0
%5
%14

Triadic Colors of #afdbd1

#afdbd1 #d1afdb #dbd1af

Analogous Colors of #afdbd1

#afdbd1 #afcfdb #afdbbb

Monochromatic Colors of #afdbd1

#afdbd1

Complementary Color

#afdbd1 #dbafb9

#afdbd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdbd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdbd1 Color CSS Codes

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

#afdbd1 Text Font Color

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

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


#afdbd1 Background Color

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

This div background color is #afdbd1


#afdbd1 Border Color

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

This div border color is #afdbd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdbd1


Comments

No comments written yet.

Please login to write comment.