Color Hex Logo

#affabb Color Hex

#AFFABB
(175,250,187)
0 Favorites   0 Comments

Color spaces of #affabb

RGB 175250187
HSL0.360.880.83
HSV130°30°98°
CMYK 0.300.000.25   0.02
XYZ60.834481.073059.4561
Yxy81.07300.30210.4026
Hunter Lab90.0405-36.970423.8777
CIE-Lab92.1642-35.327723.0184

#affabb color RGB value is (175,250,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 10111011
Octal 257 372 273
Decimal 175 250 187
Hex AF FA BB

RGB Percentages of Color #affabb

%28.59
%40.85
%30.56

CMYK Percentages of Color #affabb

%30
%0
%25
%2

Triadic Colors of #affabb

#affabb #bbaffa #fabbaf

Analogous Colors of #affabb

#affabb #affae1 #c9faaf

Monochromatic Colors of #affabb

#affabb

Complementary Color

#affabb #faafee

#affabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#affabb Color CSS Codes

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

#affabb Text Font Color

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

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


#affabb Background Color

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

This div background color is #affabb


#affabb Border Color

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

This div border color is #affabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affabb


Comments

No comments written yet.

Please login to write comment.