Color Hex Logo

#aff2db Color Hex

#AFF2DB
(175,242,219)
0 Favorites   0 Comments

Color spaces of #aff2db

RGB 175242219
HSL0.440.720.82
HSV159°28°95°
CMYK 0.280.000.10   0.05
XYZ62.217577.732778.7425
Yxy77.73270.28450.3554
Hunter Lab88.1661-28.32608.7635
CIE-Lab90.6578-25.59364.3727

#aff2db color RGB value is (175,242,219).

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

The process color (four color CMYK) of #aff2db color hex is 0.28, 0.00, 0.10, 0.05. Web safe color of #aff2db is #99ffcc. Color #aff2db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110010 11011011
Octal 257 362 333
Decimal 175 242 219
Hex AF F2 DB

RGB Percentages of Color #aff2db

%27.52
%38.05
%34.43

CMYK Percentages of Color #aff2db

%28
%0
%10
%5

Triadic Colors of #aff2db

#aff2db #dbaff2 #f2dbaf

Analogous Colors of #aff2db

#aff2db #afe8f2 #aff2ba

Monochromatic Colors of #aff2db

#aff2db

Complementary Color

#aff2db #f2afc6

#aff2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff2db Color CSS Codes

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

#aff2db Text Font Color

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

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


#aff2db Background Color

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

This div background color is #aff2db


#aff2db Border Color

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

This div border color is #aff2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff2db


Comments

No comments written yet.

Please login to write comment.