Color Hex Logo

#aff6dc Color Hex

#AFF6DC
(175,246,220)
0 Favorites   0 Comments

Color spaces of #aff6dc

RGB 175246220
HSL0.440.800.83
HSV158°29°96°
CMYK 0.290.000.11   0.04
XYZ63.553280.192879.8393
Yxy80.19280.28420.3587
Hunter Lab89.5504-30.03339.8249
CIE-Lab91.7713-27.30855.4628

#aff6dc color RGB value is (175,246,220).

#aff6dc hex color red value is 175, green value is 246 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aff6dc hue: 0.44 , saturation: 0.80 and the lightness value of aff6dc is 0.83.

The process color (four color CMYK) of #aff6dc color hex is 0.29, 0.00, 0.11, 0.04. Web safe color of #aff6dc is #99ffcc. Color #aff6dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110110 11011100
Octal 257 366 334
Decimal 175 246 220
Hex AF F6 DC

RGB Percentages of Color #aff6dc

%27.30
%38.38
%34.32

CMYK Percentages of Color #aff6dc

%29
%0
%11
%4

Triadic Colors of #aff6dc

#aff6dc #dcaff6 #f6dcaf

Analogous Colors of #aff6dc

#aff6dc #afedf6 #aff6b9

Monochromatic Colors of #aff6dc

#aff6dc

Complementary Color

#aff6dc #f6afc9

#aff6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff6dc Color CSS Codes

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

#aff6dc Text Font Color

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

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


#aff6dc Background Color

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

This div background color is #aff6dc


#aff6dc Border Color

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

This div border color is #aff6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff6dc


Comments

No comments written yet.

Please login to write comment.