Color Hex Logo

#afefbb Color Hex

#AFEFBB
(175,239,187)
0 Favorites   0 Comments

Color spaces of #afefbb

RGB 175239187
HSL0.360.670.81
HSV131°27°94°
CMYK 0.270.000.22   0.06
XYZ57.515374.434858.3497
Yxy74.43480.30220.3911
Hunter Lab86.2756-31.986020.2941
CIE-Lab89.1276-30.222518.8033

#afefbb color RGB value is (175,239,187).

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

The process color (four color CMYK) of #afefbb color hex is 0.27, 0.00, 0.22, 0.06. Web safe color of #afefbb is #99ffcc. Color #afefbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 10111011
Octal 257 357 273
Decimal 175 239 187
Hex AF EF BB

RGB Percentages of Color #afefbb

%29.12
%39.77
%31.11

CMYK Percentages of Color #afefbb

%27
%0
%22
%6

Triadic Colors of #afefbb

#afefbb #bbafef #efbbaf

Analogous Colors of #afefbb

#afefbb #afefdb #c3efaf

Monochromatic Colors of #afefbb

#afefbb

Complementary Color

#afefbb #efafe3

#afefbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afefbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afefbb Color CSS Codes

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

#afefbb Text Font Color

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

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


#afefbb Background Color

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

This div background color is #afefbb


#afefbb Border Color

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

This div border color is #afefbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afefbb


Comments

No comments written yet.

Please login to write comment.