Color Hex Logo

#afc6cf Color Hex

#AFC6CF
(175,198,207)
0 Favorites   0 Comments

Color spaces of #afc6cf

RGB 175198207
HSL0.550.250.75
HSV197°15°81°
CMYK 0.150.040.00   0.19
XYZ49.135854.007166.8662
Yxy54.00710.28900.3177
Hunter Lab73.4895-9.2599-2.5038
CIE-Lab78.4659-5.8921-7.1265

#afc6cf color RGB value is (175,198,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000110 11001111
Octal 257 306 317
Decimal 175 198 207
Hex AF C6 CF

RGB Percentages of Color #afc6cf

%30.17
%34.14
%35.69

CMYK Percentages of Color #afc6cf

%15
%4
%0
%19

Triadic Colors of #afc6cf

#afc6cf #cfafc6 #c6cfaf

Analogous Colors of #afc6cf

#afc6cf #afb6cf #afcfc8

Monochromatic Colors of #afc6cf

#afc6cf

Complementary Color

#afc6cf #cfb8af

#afc6cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc6cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc6cf Color CSS Codes

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

#afc6cf Text Font Color

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

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


#afc6cf Background Color

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

This div background color is #afc6cf


#afc6cf Border Color

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

This div border color is #afc6cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc6cf


Comments

No comments written yet.

Please login to write comment.