Color Hex Logo

#aff5da Color Hex

#AFF5DA
(175,245,218)
0 Favorites   0 Comments

Color spaces of #aff5da

RGB 175245218
HSL0.440.780.82
HSV157°29°96°
CMYK 0.290.000.11   0.04
XYZ62.986579.480778.3512
Yxy79.48070.28520.3599
Hunter Lab89.1519-29.904410.2993
CIE-Lab91.4514-27.23286.0387

#aff5da color RGB value is (175,245,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110101 11011010
Octal 257 365 332
Decimal 175 245 218
Hex AF F5 DA

RGB Percentages of Color #aff5da

%27.43
%38.40
%34.17

CMYK Percentages of Color #aff5da

%29
%0
%11
%4

Triadic Colors of #aff5da

#aff5da #daaff5 #f5daaf

Analogous Colors of #aff5da

#aff5da #afedf5 #aff5b7

Monochromatic Colors of #aff5da

#aff5da

Complementary Color

#aff5da #f5afca

#aff5da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff5da Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff5da Color CSS Codes

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

#aff5da Text Font Color

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

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


#aff5da Background Color

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

This div background color is #aff5da


#aff5da Border Color

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

This div border color is #aff5da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff5da


Comments

No comments written yet.

Please login to write comment.