Color Hex Logo

#affbbd Color Hex

#AFFBBD
(175,251,189)
0 Favorites   0 Comments

Color spaces of #affbbd

RGB 175251189
HSL0.360.900.84
HSV131°30°98°
CMYK 0.300.000.25   0.02
XYZ61.361781.782460.6956
Yxy81.78240.30100.4012
Hunter Lab90.4336-37.141723.5103
CIE-Lab92.4787-35.442222.4326

#affbbd color RGB value is (175,251,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111011 10111101
Octal 257 373 275
Decimal 175 251 189
Hex AF FB BD

RGB Percentages of Color #affbbd

%28.46
%40.81
%30.73

CMYK Percentages of Color #affbbd

%30
%0
%25
%2

Triadic Colors of #affbbd

#affbbd #bdaffb #fbbdaf

Analogous Colors of #affbbd

#affbbd #affbe3 #c7fbaf

Monochromatic Colors of #affbbd

#affbbd

Complementary Color

#affbbd #fbafed

#affbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#affbbd Color CSS Codes

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

#affbbd Text Font Color

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

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


#affbbd Background Color

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

This div background color is #affbbd


#affbbd Border Color

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

This div border color is #affbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affbbd


Comments

No comments written yet.

Please login to write comment.