Color Hex Logo

#afd3df Color Hex

#AFD3DF
(175,211,223)
0 Favorites   0 Comments

Color spaces of #afd3df

RGB 175211223
HSL0.540.430.78
HSV195°22°87°
CMYK 0.220.050.00   0.13
XYZ54.292761.030278.7305
Yxy61.03020.27980.3145
Hunter Lab78.1218-12.6602-5.0667
CIE-Lab82.3950-9.2536-9.8645

#afd3df color RGB value is (175,211,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010011 11011111
Octal 257 323 337
Decimal 175 211 223
Hex AF D3 DF

RGB Percentages of Color #afd3df

%28.74
%34.65
%36.62

CMYK Percentages of Color #afd3df

%22
%5
%0
%13

Triadic Colors of #afd3df

#afd3df #dfafd3 #d3dfaf

Analogous Colors of #afd3df

#afd3df #afbbdf #afdfd3

Monochromatic Colors of #afd3df

#afd3df

Complementary Color

#afd3df #dfbbaf

#afd3df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd3df Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd3df Color CSS Codes

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

#afd3df Text Font Color

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

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


#afd3df Background Color

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

This div background color is #afd3df


#afd3df Border Color

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

This div border color is #afd3df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd3df


Comments

No comments written yet.

Please login to write comment.