Color Hex Logo

#afc3cd Color Hex

#AFC3CD
(175,195,205)
0 Favorites   0 Comments

Color spaces of #afc3cd

RGB 175195205
HSL0.560.230.75
HSV200°15°80°
CMYK 0.150.050.00   0.20
XYZ48.213752.552065.3600
Yxy52.55200.29020.3163
Hunter Lab72.4928-8.1450-2.7114
CIE-Lab77.6097-4.7281-7.3164

#afc3cd color RGB value is (175,195,205).

#afc3cd hex color red value is 175, green value is 195 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #afc3cd hue: 0.56 , saturation: 0.23 and the lightness value of afc3cd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000011 11001101
Octal 257 303 315
Decimal 175 195 205
Hex AF C3 CD

RGB Percentages of Color #afc3cd

%30.43
%33.91
%35.65

CMYK Percentages of Color #afc3cd

%15
%5
%0
%20

Triadic Colors of #afc3cd

#afc3cd #cdafc3 #c3cdaf

Analogous Colors of #afc3cd

#afc3cd #afb4cd #afcdc8

Monochromatic Colors of #afc3cd

#afc3cd

Complementary Color

#afc3cd #cdb9af

#afc3cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc3cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc3cd Color CSS Codes

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

#afc3cd Text Font Color

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

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


#afc3cd Background Color

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

This div background color is #afc3cd


#afc3cd Border Color

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

This div border color is #afc3cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc3cd


Comments

No comments written yet.

Please login to write comment.