Color Hex Logo

#affbd9 Color Hex

#AFFBD9
(175,251,217)
0 Favorites   0 Comments

Color spaces of #affbd9

RGB 175251217
HSL0.430.900.84
HSV153°30°98°
CMYK 0.300.000.14   0.02
XYZ64.700883.118178.2789
Yxy83.11810.28620.3676
Hunter Lab91.1691-32.868312.9113
CIE-Lab93.0661-30.27368.8780

#affbd9 color RGB value is (175,251,217).

#affbd9 hex color red value is 175, green value is 251 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #affbd9 hue: 0.43 , saturation: 0.90 and the lightness value of affbd9 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111011 11011001
Octal 257 373 331
Decimal 175 251 217
Hex AF FB D9

RGB Percentages of Color #affbd9

%27.22
%39.04
%33.75

CMYK Percentages of Color #affbd9

%30
%0
%14
%2

Triadic Colors of #affbd9

#affbd9 #d9affb #fbd9af

Analogous Colors of #affbd9

#affbd9 #aff7fb #affbb3

Monochromatic Colors of #affbd9

#affbd9

Complementary Color

#affbd9 #fbafd1

#affbd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affbd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affbd9 Color CSS Codes

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

#affbd9 Text Font Color

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

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


#affbd9 Background Color

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

This div background color is #affbd9


#affbd9 Border Color

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

This div border color is #affbd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affbd9

Related Colors

#affbd9 Color Palettes


Comments

No comments written yet.

Please login to write comment.