Color Hex Logo

#afc0c3 Color Hex

#AFC0C3
(175,192,195)
0 Favorites   0 Comments

Color spaces of #afc0c3

RGB 175192195
HSL0.530.140.73
HSV189°10°76°
CMYK 0.100.020.00   0.24
XYZ46.379250.753458.9817
Yxy50.75340.29710.3251
Hunter Lab71.2414-8.46640.7820
CIE-Lab76.5294-5.1944-3.5021

#afc0c3 color RGB value is (175,192,195).

#afc0c3 hex color red value is 175, green value is 192 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #afc0c3 hue: 0.53 , saturation: 0.14 and the lightness value of afc0c3 is 0.73.

The process color (four color CMYK) of #afc0c3 color hex is 0.10, 0.02, 0.00, 0.24. Web safe color of #afc0c3 is #99cccc. Color #afc0c3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000000 11000011
Octal 257 300 303
Decimal 175 192 195
Hex AF C0 C3

RGB Percentages of Color #afc0c3

%31.14
%34.16
%34.70

CMYK Percentages of Color #afc0c3

%10
%2
%0
%24

Triadic Colors of #afc0c3

#afc0c3 #c3afc0 #c0c3af

Analogous Colors of #afc0c3

#afc0c3 #afb6c3 #afc3bc

Monochromatic Colors of #afc0c3

#afc0c3

Complementary Color

#afc0c3 #c3b2af

#afc0c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc0c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc0c3 Color CSS Codes

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

#afc0c3 Text Font Color

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

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


#afc0c3 Background Color

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

This div background color is #afc0c3


#afc0c3 Border Color

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

This div border color is #afc0c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc0c3


Comments

No comments written yet.

Please login to write comment.