Color Hex Logo

#aff1db Color Hex

#AFF1DB
(175,241,219)
0 Favorites   0 Comments

Color spaces of #aff1db

RGB 175241219
HSL0.440.700.82
HSV160°27°95°
CMYK 0.270.000.09   0.05
XYZ61.920777.139078.6436
Yxy77.13900.28440.3543
Hunter Lab87.8288-27.85518.3908
CIE-Lab90.3856-25.11163.9785

#aff1db color RGB value is (175,241,219).

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

The process color (four color CMYK) of #aff1db color hex is 0.27, 0.00, 0.09, 0.05. Web safe color of #aff1db is #99ffcc. Color #aff1db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110001 11011011
Octal 257 361 333
Decimal 175 241 219
Hex AF F1 DB

RGB Percentages of Color #aff1db

%27.56
%37.95
%34.49

CMYK Percentages of Color #aff1db

%27
%0
%9
%5

Triadic Colors of #aff1db

#aff1db #dbaff1 #f1dbaf

Analogous Colors of #aff1db

#aff1db #afe6f1 #aff1ba

Monochromatic Colors of #aff1db

#aff1db

Complementary Color

#aff1db #f1afc5

#aff1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff1db Color CSS Codes

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

#aff1db Text Font Color

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

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


#aff1db Background Color

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

This div background color is #aff1db


#aff1db Border Color

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

This div border color is #aff1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff1db


Comments

No comments written yet.

Please login to write comment.