Color Hex Logo

#afe1bb Color Hex

#AFE1BB
(175,225,187)
0 Favorites   0 Comments

Color spaces of #afe1bb

RGB 175225187
HSL0.370.450.78
HSV134°22°88°
CMYK 0.220.000.17   0.12
XYZ53.574166.552257.0359
Yxy66.55220.30240.3757
Hunter Lab81.5795-25.541415.6534
CIE-Lab85.2773-23.515913.3934

#afe1bb color RGB value is (175,225,187).

#afe1bb hex color red value is 175, green value is 225 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #afe1bb hue: 0.37 , saturation: 0.45 and the lightness value of afe1bb is 0.78.

The process color (four color CMYK) of #afe1bb color hex is 0.22, 0.00, 0.17, 0.12. Web safe color of #afe1bb is #99cccc. Color #afe1bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 10111011
Octal 257 341 273
Decimal 175 225 187
Hex AF E1 BB

RGB Percentages of Color #afe1bb

%29.81
%38.33
%31.86

CMYK Percentages of Color #afe1bb

%22
%0
%17
%12

Triadic Colors of #afe1bb

#afe1bb #bbafe1 #e1bbaf

Analogous Colors of #afe1bb

#afe1bb #afe1d4 #bce1af

Monochromatic Colors of #afe1bb

#afe1bb

Complementary Color

#afe1bb #e1afd5

#afe1bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe1bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe1bb Color CSS Codes

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

#afe1bb Text Font Color

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

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


#afe1bb Background Color

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

This div background color is #afe1bb


#afe1bb Border Color

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

This div border color is #afe1bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe1bb


Comments

No comments written yet.

Please login to write comment.