Color Hex Logo

#afc6be Color Hex

#AFC6BE
(175,198,190)
0 Favorites   0 Comments

Color spaces of #afc6be

RGB 175198190
HSL0.440.170.73
HSV159°12°78°
CMYK 0.120.000.04   0.22
XYZ47.167553.219856.5017
Yxy53.21980.30060.3392
Hunter Lab72.9519-12.25565.1459
CIE-Lab78.0046-9.33541.3591

#afc6be color RGB value is (175,198,190).

#afc6be hex color red value is 175, green value is 198 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #afc6be hue: 0.44 , saturation: 0.17 and the lightness value of afc6be is 0.73.

The process color (four color CMYK) of #afc6be color hex is 0.12, 0.00, 0.04, 0.22. Web safe color of #afc6be is #99cccc. Color #afc6be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000110 10111110
Octal 257 306 276
Decimal 175 198 190
Hex AF C6 BE

RGB Percentages of Color #afc6be

%31.08
%35.17
%33.75

CMYK Percentages of Color #afc6be

%12
%0
%4
%22

Triadic Colors of #afc6be

#afc6be #beafc6 #c6beaf

Analogous Colors of #afc6be

#afc6be #afc3c6 #afc6b3

Monochromatic Colors of #afc6be

#afc6be

Complementary Color

#afc6be #c6afb7

#afc6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc6be Color CSS Codes

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

#afc6be Text Font Color

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

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


#afc6be Background Color

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

This div background color is #afc6be


#afc6be Border Color

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

This div border color is #afc6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc6be


Comments

No comments written yet.

Please login to write comment.