Color Hex Logo

#affbd0 Color Hex

#AFFBD0
(175,251,208)
0 Favorites   0 Comments

Color spaces of #affbd0

RGB 175251208
HSL0.410.900.84
HSV146°30°98°
CMYK 0.300.000.17   0.02
XYZ63.561582.662472.2799
Yxy82.66240.29090.3783
Hunter Lab90.9189-34.318416.5080
CIE-Lab92.8664-32.009813.2327

#affbd0 color RGB value is (175,251,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111011 11010000
Octal 257 373 320
Decimal 175 251 208
Hex AF FB D0

RGB Percentages of Color #affbd0

%27.60
%39.59
%32.81

CMYK Percentages of Color #affbd0

%30
%0
%17
%2

Triadic Colors of #affbd0

#affbd0 #d0affb #fbd0af

Analogous Colors of #affbd0

#affbd0 #affbf6 #b4fbaf

Monochromatic Colors of #affbd0

#affbd0

Complementary Color

#affbd0 #fbafda

#affbd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affbd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affbd0 Color CSS Codes

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

#affbd0 Text Font Color

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

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


#affbd0 Background Color

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

This div background color is #affbd0


#affbd0 Border Color

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

This div border color is #affbd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affbd0


Comments

No comments written yet.

Please login to write comment.