Color Hex Logo

#afdac6 Color Hex

#AFDAC6
(175,218,198)
0 Favorites   0 Comments

Color spaces of #afdac6

RGB 175218198
HSL0.420.370.77
HSV152°20°85°
CMYK 0.200.000.09   0.15
XYZ52.943663.334062.8603
Yxy63.33400.29550.3535
Hunter Lab79.5827-20.51988.8762
CIE-Lab83.6178-17.98955.2211

#afdac6 color RGB value is (175,218,198).

#afdac6 hex color red value is 175, green value is 218 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #afdac6 hue: 0.42 , saturation: 0.37 and the lightness value of afdac6 is 0.77.

The process color (four color CMYK) of #afdac6 color hex is 0.20, 0.00, 0.09, 0.15. Web safe color of #afdac6 is #99cccc. Color #afdac6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 11000110
Octal 257 332 306
Decimal 175 218 198
Hex AF DA C6

RGB Percentages of Color #afdac6

%29.61
%36.89
%33.50

CMYK Percentages of Color #afdac6

%20
%0
%9
%15

Triadic Colors of #afdac6

#afdac6 #c6afda #dac6af

Analogous Colors of #afdac6

#afdac6 #afd9da #afdab1

Monochromatic Colors of #afdac6

#afdac6

Complementary Color

#afdac6 #daafc3

#afdac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdac6 Color CSS Codes

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

#afdac6 Text Font Color

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

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


#afdac6 Background Color

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

This div background color is #afdac6


#afdac6 Border Color

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

This div border color is #afdac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdac6


Comments

No comments written yet.

Please login to write comment.