Color Hex Logo

#afefbd Color Hex

#AFEFBD
(175,239,189)
0 Favorites   0 Comments

Color spaces of #afefbd

RGB 175239189
HSL0.370.670.81
HSV133°27°94°
CMYK 0.270.000.21   0.06
XYZ57.731074.521159.4854
Yxy74.52110.30110.3887
Hunter Lab86.3256-31.696419.5723
CIE-Lab89.1682-29.869517.8261

#afefbd color RGB value is (175,239,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 10111101
Octal 257 357 275
Decimal 175 239 189
Hex AF EF BD

RGB Percentages of Color #afefbd

%29.02
%39.64
%31.34

CMYK Percentages of Color #afefbd

%27
%0
%21
%6

Triadic Colors of #afefbd

#afefbd #bdafef #efbdaf

Analogous Colors of #afefbd

#afefbd #afefdd #c1efaf

Monochromatic Colors of #afefbd

#afefbd

Complementary Color

#afefbd #efafe1

#afefbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afefbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afefbd Color CSS Codes

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

#afefbd Text Font Color

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

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


#afefbd Background Color

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

This div background color is #afefbd


#afefbd Border Color

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

This div border color is #afefbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afefbd


Comments

No comments written yet.

Please login to write comment.