Color Hex Logo

#affbbb Color Hex

#AFFBBB
(175,251,187)
0 Favorites   0 Comments

Color spaces of #affbbb

RGB 175251187
HSL0.360.900.84
HSV129°30°98°
CMYK 0.300.000.25   0.02
XYZ61.146081.696259.5599
Yxy81.69620.30210.4036
Hunter Lab90.3860-37.420424.2010
CIE-Lab92.4406-35.784823.4000

#affbbb color RGB value is (175,251,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111011 10111011
Octal 257 373 273
Decimal 175 251 187
Hex AF FB BB

RGB Percentages of Color #affbbb

%28.55
%40.95
%30.51

CMYK Percentages of Color #affbbb

%30
%0
%25
%2

Triadic Colors of #affbbb

#affbbb #bbaffb #fbbbaf

Analogous Colors of #affbbb

#affbbb #affbe1 #c9fbaf

Monochromatic Colors of #affbbb

#affbbb

Complementary Color

#affbbb #fbafef

#affbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#affbbb Color CSS Codes

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

#affbbb Text Font Color

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

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


#affbbb Background Color

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

This div background color is #affbbb


#affbbb Border Color

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

This div border color is #affbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affbbb


Comments

No comments written yet.

Please login to write comment.