Color Hex Logo

#afefcb Color Hex

#AFEFCB
(175,239,203)
0 Favorites   0 Comments

Color spaces of #afefcb

RGB 175239203
HSL0.410.670.81
HSV146°27°94°
CMYK 0.270.000.15   0.06
XYZ59.325275.158867.8802
Yxy75.15880.29320.3714
Hunter Lab86.6942-29.566514.2628
CIE-Lab89.4673-27.296610.9865

#afefcb color RGB value is (175,239,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 11001011
Octal 257 357 313
Decimal 175 239 203
Hex AF EF CB

RGB Percentages of Color #afefcb

%28.36
%38.74
%32.90

CMYK Percentages of Color #afefcb

%27
%0
%15
%6

Triadic Colors of #afefcb

#afefcb #cbafef #efcbaf

Analogous Colors of #afefcb

#afefcb #afefeb #b3efaf

Monochromatic Colors of #afefcb

#afefcb

Complementary Color

#afefcb #efafd3

#afefcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afefcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afefcb Color CSS Codes

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

#afefcb Text Font Color

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

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


#afefcb Background Color

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

This div background color is #afefcb


#afefcb Border Color

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

This div border color is #afefcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afefcb


Comments

No comments written yet.

Please login to write comment.