Color Hex Logo

#afefcd Color Hex

#AFEFCD
(175,239,205)
0 Favorites   0 Comments

Color spaces of #afefcd

RGB 175239205
HSL0.410.670.81
HSV148°27°94°
CMYK 0.270.000.14   0.06
XYZ59.565175.254769.1438
Yxy75.25470.29200.3690
Hunter Lab86.7495-29.247513.4674
CIE-Lab89.5122-26.914610.0102

#afefcd color RGB value is (175,239,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 11001101
Octal 257 357 315
Decimal 175 239 205
Hex AF EF CD

RGB Percentages of Color #afefcd

%28.27
%38.61
%33.12

CMYK Percentages of Color #afefcd

%27
%0
%14
%6

Triadic Colors of #afefcd

#afefcd #cdafef #efcdaf

Analogous Colors of #afefcd

#afefcd #afefed #b1efaf

Monochromatic Colors of #afefcd

#afefcd

Complementary Color

#afefcd #efafd1

#afefcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afefcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afefcd Color CSS Codes

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

#afefcd Text Font Color

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

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


#afefcd Background Color

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

This div background color is #afefcd


#afefcd Border Color

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

This div border color is #afefcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afefcd


Comments

No comments written yet.

Please login to write comment.