Color Hex Logo

#affebb Color Hex

#AFFEBB
(175,254,187)
0 Favorites   0 Comments

Color spaces of #affebb

RGB 175254187
HSL0.360.980.84
HSV129°31°100°
CMYK 0.310.000.26   0.00
XYZ62.090683.585459.8748
Yxy83.58540.30210.4066
Hunter Lab91.4251-38.767025.1682
CIE-Lab93.2701-37.149124.5424

#affebb color RGB value is (175,254,187).

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

The process color (four color CMYK) of #affebb color hex is 0.31, 0.00, 0.26, 0.00. Web safe color of #affebb is #99ffcc. Color #affebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 10111011
Octal 257 376 273
Decimal 175 254 187
Hex AF FE BB

RGB Percentages of Color #affebb

%28.41
%41.23
%30.36

CMYK Percentages of Color #affebb

%31
%0
%26
%0

Triadic Colors of #affebb

#affebb #bbaffe #febbaf

Analogous Colors of #affebb

#affebb #affee3 #cbfeaf

Monochromatic Colors of #affebb

#affebb

Complementary Color

#affebb #feaff2

#affebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#affebb Color CSS Codes

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

#affebb Text Font Color

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

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


#affebb Background Color

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

This div background color is #affebb


#affebb Border Color

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

This div border color is #affebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,254,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 #affebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affebb


Comments

No comments written yet.

Please login to write comment.