Color Hex Logo

#aff4db Color Hex

#AFF4DB
(175,244,219)
0 Favorites   0 Comments

Color spaces of #aff4db

RGB 175244219
HSL0.440.760.82
HSV158°28°96°
CMYK 0.280.000.10   0.04
XYZ62.816178.929878.9421
Yxy78.92980.28460.3577
Hunter Lab88.8424-29.26589.5068
CIE-Lab91.2025-26.55375.1603

#aff4db color RGB value is (175,244,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110100 11011011
Octal 257 364 333
Decimal 175 244 219
Hex AF F4 DB

RGB Percentages of Color #aff4db

%27.43
%38.24
%34.33

CMYK Percentages of Color #aff4db

%28
%0
%10
%4

Triadic Colors of #aff4db

#aff4db #dbaff4 #f4dbaf

Analogous Colors of #aff4db

#aff4db #afebf4 #aff4b9

Monochromatic Colors of #aff4db

#aff4db

Complementary Color

#aff4db #f4afc8

#aff4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff4db Color CSS Codes

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

#aff4db Text Font Color

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

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


#aff4db Background Color

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

This div background color is #aff4db


#aff4db Border Color

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

This div border color is #aff4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff4db


Comments

No comments written yet.

Please login to write comment.