Color Hex Logo

#aff1da Color Hex

#AFF1DA
(175,241,218)
0 Favorites   0 Comments

Color spaces of #aff1da

RGB 175241218
HSL0.440.700.82
HSV159°27°95°
CMYK 0.270.000.10   0.05
XYZ61.789477.086577.9522
Yxy77.08650.28500.3555
Hunter Lab87.7989-28.02698.8187
CIE-Lab90.3614-25.31414.4643

#aff1da color RGB value is (175,241,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110001 11011010
Octal 257 361 332
Decimal 175 241 218
Hex AF F1 DA

RGB Percentages of Color #aff1da

%27.60
%38.01
%34.38

CMYK Percentages of Color #aff1da

%27
%0
%10
%5

Triadic Colors of #aff1da

#aff1da #daaff1 #f1daaf

Analogous Colors of #aff1da

#aff1da #afe7f1 #aff1b9

Monochromatic Colors of #aff1da

#aff1da

Complementary Color

#aff1da #f1afc6

#aff1da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff1da Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff1da Color CSS Codes

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

#aff1da Text Font Color

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

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


#aff1da Background Color

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

This div background color is #aff1da


#aff1da Border Color

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

This div border color is #aff1da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff1da

#aff1da Color Palettes


Comments

No comments written yet.

Please login to write comment.