Color Hex Logo

#afefbc Color Hex

#AFEFBC
(175,239,188)
0 Favorites   0 Comments

Color spaces of #afefbc

RGB 175239188
HSL0.370.670.81
HSV132°27°94°
CMYK 0.270.000.21   0.06
XYZ57.622874.477858.9156
Yxy74.47780.30170.3899
Hunter Lab86.3005-31.841619.9343
CIE-Lab89.1478-30.046418.3147

#afefbc color RGB value is (175,239,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 10111100
Octal 257 357 274
Decimal 175 239 188
Hex AF EF BC

RGB Percentages of Color #afefbc

%29.07
%39.70
%31.23

CMYK Percentages of Color #afefbc

%27
%0
%21
%6

Triadic Colors of #afefbc

#afefbc #bcafef #efbcaf

Analogous Colors of #afefbc

#afefbc #afefdc #c2efaf

Monochromatic Colors of #afefbc

#afefbc

Complementary Color

#afefbc #efafe2

#afefbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afefbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afefbc Color CSS Codes

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

#afefbc Text Font Color

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

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


#afefbc Background Color

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

This div background color is #afefbc


#afefbc Border Color

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

This div border color is #afefbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afefbc


Comments

No comments written yet.

Please login to write comment.