Color Hex Logo

#afc4cd Color Hex

#AFC4CD
(175,196,205)
0 Favorites   0 Comments

Color spaces of #afc4cd

RGB 175196205
HSL0.550.230.75
HSV198°15°80°
CMYK 0.150.040.00   0.20
XYZ48.438653.001665.4350
Yxy53.00160.29030.3176
Hunter Lab72.8022-8.6397-2.3286
CIE-Lab77.8759-5.2564-6.9220

#afc4cd color RGB value is (175,196,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000100 11001101
Octal 257 304 315
Decimal 175 196 205
Hex AF C4 CD

RGB Percentages of Color #afc4cd

%30.38
%34.03
%35.59

CMYK Percentages of Color #afc4cd

%15
%4
%0
%20

Triadic Colors of #afc4cd

#afc4cd #cdafc4 #c4cdaf

Analogous Colors of #afc4cd

#afc4cd #afb5cd #afcdc7

Monochromatic Colors of #afc4cd

#afc4cd

Complementary Color

#afc4cd #cdb8af

#afc4cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc4cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc4cd Color CSS Codes

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

#afc4cd Text Font Color

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

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


#afc4cd Background Color

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

This div background color is #afc4cd


#afc4cd Border Color

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

This div border color is #afc4cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc4cd


Comments

No comments written yet.

Please login to write comment.