Color Hex Logo

#afc0d3 Color Hex

#AFC0D3
(175,192,211)
0 Favorites   0 Comments

Color spaces of #afc0d3

RGB 175192211
HSL0.590.290.76
HSV212°17°83°
CMYK 0.170.090.00   0.17
XYZ48.286751.516469.0267
Yxy51.51640.28600.3051
Hunter Lab71.7749-5.5200-6.7774
CIE-Lab76.9908-1.8589-11.4813

#afc0d3 color RGB value is (175,192,211).

#afc0d3 hex color red value is 175, green value is 192 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #afc0d3 hue: 0.59 , saturation: 0.29 and the lightness value of afc0d3 is 0.76.

The process color (four color CMYK) of #afc0d3 color hex is 0.17, 0.09, 0.00, 0.17. Web safe color of #afc0d3 is #99cccc. Color #afc0d3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000000 11010011
Octal 257 300 323
Decimal 175 192 211
Hex AF C0 D3

RGB Percentages of Color #afc0d3

%30.28
%33.22
%36.51

CMYK Percentages of Color #afc0d3

%17
%9
%0
%17

Triadic Colors of #afc0d3

#afc0d3 #d3afc0 #c0d3af

Analogous Colors of #afc0d3

#afc0d3 #b0afd3 #afd2d3

Monochromatic Colors of #afc0d3

#afc0d3

Complementary Color

#afc0d3 #d3c2af

#afc0d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc0d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc0d3 Color CSS Codes

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

#afc0d3 Text Font Color

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

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


#afc0d3 Background Color

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

This div background color is #afc0d3


#afc0d3 Border Color

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

This div border color is #afc0d3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc0d3


Comments

No comments written yet.

Please login to write comment.