Color Hex Logo

#afc6cd Color Hex

#AFC6CD
(175,198,205)
0 Favorites   0 Comments

Color spaces of #afc6cd

RGB 175198205
HSL0.540.230.75
HSV194°15°80°
CMYK 0.150.030.00   0.20
XYZ48.892753.909965.5863
Yxy53.90990.29040.3202
Hunter Lab73.4234-9.6275-1.5652
CIE-Lab78.4092-6.3106-6.1326

#afc6cd color RGB value is (175,198,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000110 11001101
Octal 257 306 315
Decimal 175 198 205
Hex AF C6 CD

RGB Percentages of Color #afc6cd

%30.28
%34.26
%35.47

CMYK Percentages of Color #afc6cd

%15
%3
%0
%20

Triadic Colors of #afc6cd

#afc6cd #cdafc6 #c6cdaf

Analogous Colors of #afc6cd

#afc6cd #afb7cd #afcdc5

Monochromatic Colors of #afc6cd

#afc6cd

Complementary Color

#afc6cd #cdb6af

#afc6cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc6cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc6cd Color CSS Codes

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

#afc6cd Text Font Color

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

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


#afc6cd Background Color

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

This div background color is #afc6cd


#afc6cd Border Color

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

This div border color is #afc6cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc6cd


Comments

No comments written yet.

Please login to write comment.