Color Hex Logo

#afffcd Color Hex

#AFFFCD
(175,255,205)
0 Favorites   0 Comments

Color spaces of #afffcd

RGB 175255205
HSL0.401.000.84
HSV143°31°100°
CMYK 0.310.000.20   0.00
XYZ64.458685.041770.7750
Yxy85.04170.29260.3861
Hunter Lab92.2181-36.613619.0491
CIE-Lab93.9011-34.422116.2359

#afffcd color RGB value is (175,255,205).

#afffcd hex color red value is 175, green value is 255 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #afffcd hue: 0.40 , saturation: 1.00 and the lightness value of afffcd is 0.84.

The process color (four color CMYK) of #afffcd color hex is 0.31, 0.00, 0.20, 0.00. Web safe color of #afffcd is #99ffcc. Color #afffcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111111 11001101
Octal 257 377 315
Decimal 175 255 205
Hex AF FF CD

RGB Percentages of Color #afffcd

%27.56
%40.16
%32.28

CMYK Percentages of Color #afffcd

%31
%0
%20
%0

Triadic Colors of #afffcd

#afffcd #cdafff #ffcdaf

Analogous Colors of #afffcd

#afffcd #affff5 #b9ffaf

Monochromatic Colors of #afffcd

#afffcd

Complementary Color

#afffcd #ffafe1

#afffcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afffcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afffcd Color CSS Codes

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

#afffcd Text Font Color

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

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


#afffcd Background Color

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

This div background color is #afffcd


#afffcd Border Color

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

This div border color is #afffcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afffcd

#afffcd Color Palettes


Comments

No comments written yet.

Please login to write comment.