Color Hex Logo

#affbb2 Color Hex

#AFFBB2
(175,251,178)
0 Favorites   0 Comments

Color spaces of #affbb2

RGB 175251178
HSL0.340.900.84
HSV122°30°98°
CMYK 0.300.000.29   0.02
XYZ60.212381.322754.6428
Yxy81.32270.30690.4145
Hunter Lab90.1791-38.629527.1994
CIE-Lab92.2751-37.279727.7457

#affbb2 color RGB value is (175,251,178).

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

The process color (four color CMYK) of #affbb2 color hex is 0.30, 0.00, 0.29, 0.02. Web safe color of #affbb2 is #99ff99. Color #affbb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111011 10110010
Octal 257 373 262
Decimal 175 251 178
Hex AF FB B2

RGB Percentages of Color #affbb2

%28.97
%41.56
%29.47

CMYK Percentages of Color #affbb2

%30
%0
%29
%2

Triadic Colors of #affbb2

#affbb2 #b2affb #fbb2af

Analogous Colors of #affbb2

#affbb2 #affbd8 #d2fbaf

Monochromatic Colors of #affbb2

#affbb2

Complementary Color

#affbb2 #fbaff8

#affbb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affbb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affbb2 Color CSS Codes

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

#affbb2 Text Font Color

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

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


#affbb2 Background Color

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

This div background color is #affbb2


#affbb2 Border Color

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

This div border color is #affbb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affbb2


Comments

No comments written yet.

Please login to write comment.