Color Hex Logo

#aff5dc Color Hex

#AFF5DC
(175,245,220)
0 Favorites   0 Comments

Color spaces of #aff5dc

RGB 175245220
HSL0.440.780.82
HSV159°29°96°
CMYK 0.290.000.10   0.04
XYZ63.249979.586179.7382
Yxy79.58610.28420.3576
Hunter Lab89.2110-29.56439.4534
CIE-Lab91.4988-26.83075.0692

#aff5dc color RGB value is (175,245,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110101 11011100
Octal 257 365 334
Decimal 175 245 220
Hex AF F5 DC

RGB Percentages of Color #aff5dc

%27.34
%38.28
%34.38

CMYK Percentages of Color #aff5dc

%29
%0
%10
%4

Triadic Colors of #aff5dc

#aff5dc #dcaff5 #f5dcaf

Analogous Colors of #aff5dc

#aff5dc #afebf5 #aff5b9

Monochromatic Colors of #aff5dc

#aff5dc

Complementary Color

#aff5dc #f5afc8

#aff5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff5dc Color CSS Codes

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

#aff5dc Text Font Color

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

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


#aff5dc Background Color

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

This div background color is #aff5dc


#aff5dc Border Color

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

This div border color is #aff5dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,245,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 #aff5dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff5dc


Comments

No comments written yet.

Please login to write comment.