Color Hex Logo

#afd7df Color Hex

#AFD7DF
(175,215,223)
0 Favorites   0 Comments

Color spaces of #afd7df

RGB 175215223
HSL0.530.430.78
HSV190°22°87°
CMYK 0.220.040.00   0.13
XYZ55.298963.042679.0659
Yxy63.04260.28010.3194
Hunter Lab79.3994-14.6299-3.4614
CIE-Lab83.4648-11.3177-8.2745

#afd7df color RGB value is (175,215,223).

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

The process color (four color CMYK) of #afd7df color hex is 0.22, 0.04, 0.00, 0.13. Web safe color of #afd7df is #99cccc. Color #afd7df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010111 11011111
Octal 257 327 337
Decimal 175 215 223
Hex AF D7 DF

RGB Percentages of Color #afd7df

%28.55
%35.07
%36.38

CMYK Percentages of Color #afd7df

%22
%4
%0
%13

Triadic Colors of #afd7df

#afd7df #dfafd7 #d7dfaf

Analogous Colors of #afd7df

#afd7df #afbfdf #afdfcf

Monochromatic Colors of #afd7df

#afd7df

Complementary Color

#afd7df #dfb7af

#afd7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd7df Color CSS Codes

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

#afd7df Text Font Color

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

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


#afd7df Background Color

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

This div background color is #afd7df


#afd7df Border Color

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

This div border color is #afd7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd7df


Comments

No comments written yet.

Please login to write comment.