Color Hex Logo

#afd7da Color Hex

#AFD7DA
(175,215,218)
0 Favorites   0 Comments

Color spaces of #afd7da

RGB 175215218
HSL0.510.370.77
HSV184°20°85°
CMYK 0.200.010.00   0.15
XYZ54.634562.776875.5673
Yxy62.77680.28310.3253
Hunter Lab79.2318-15.5705-1.0855
CIE-Lab83.3248-12.3927-5.8243

#afd7da color RGB value is (175,215,218).

#afd7da hex color red value is 175, green value is 215 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #afd7da hue: 0.51 , saturation: 0.37 and the lightness value of afd7da is 0.77.

The process color (four color CMYK) of #afd7da color hex is 0.20, 0.01, 0.00, 0.15. Web safe color of #afd7da is #99cccc. Color #afd7da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010111 11011010
Octal 257 327 332
Decimal 175 215 218
Hex AF D7 DA

RGB Percentages of Color #afd7da

%28.78
%35.36
%35.86

CMYK Percentages of Color #afd7da

%20
%1
%0
%15

Triadic Colors of #afd7da

#afd7da #daafd7 #d7daaf

Analogous Colors of #afd7da

#afd7da #afc2da #afdac8

Monochromatic Colors of #afd7da

#afd7da

Complementary Color

#afd7da #dab2af

#afd7da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd7da Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd7da Color CSS Codes

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

#afd7da Text Font Color

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

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


#afd7da Background Color

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

This div background color is #afd7da


#afd7da Border Color

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

This div border color is #afd7da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd7da


Comments

No comments written yet.

Please login to write comment.