Color Hex Logo

#affad6 Color Hex

#AFFAD6
(175,250,214)
0 Favorites   0 Comments

Color spaces of #affad6

RGB 175250214
HSL0.420.880.83
HSV151°30°98°
CMYK 0.300.000.14   0.02
XYZ64.002482.340276.1383
Yxy82.34020.28770.3701
Hunter Lab90.7415-32.896813.7707
CIE-Lab92.7248-30.39079.9378

#affad6 color RGB value is (175,250,214).

#affad6 hex color red value is 175, green value is 250 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #affad6 hue: 0.42 , saturation: 0.88 and the lightness value of affad6 is 0.83.

The process color (four color CMYK) of #affad6 color hex is 0.30, 0.00, 0.14, 0.02. Web safe color of #affad6 is #99ffcc. Color #affad6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 11010110
Octal 257 372 326
Decimal 175 250 214
Hex AF FA D6

RGB Percentages of Color #affad6

%27.39
%39.12
%33.49

CMYK Percentages of Color #affad6

%30
%0
%14
%2

Triadic Colors of #affad6

#affad6 #d6affa #fad6af

Analogous Colors of #affad6

#affad6 #aff9fa #affab1

Monochromatic Colors of #affad6

#affad6

Complementary Color

#affad6 #faafd3

#affad6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affad6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affad6 Color CSS Codes

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

#affad6 Text Font Color

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

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


#affad6 Background Color

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

This div background color is #affad6


#affad6 Border Color

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

This div border color is #affad6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affad6


Comments

No comments written yet.

Please login to write comment.