Color Hex Logo

#afffcc Color Hex

#AFFFCC
(175,255,204)
0 Favorites   0 Comments

Color spaces of #afffcc

RGB 175255204
HSL0.391.000.84
HSV142°31°100°
CMYK 0.310.000.20   0.00
XYZ64.338384.993670.1412
Yxy84.99360.29310.3873
Hunter Lab92.1920-36.765619.4256
CIE-Lab93.8804-34.606216.7189

#afffcc color RGB value is (175,255,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111111 11001100
Octal 257 377 314
Decimal 175 255 204
Hex AF FF CC

RGB Percentages of Color #afffcc

%27.60
%40.22
%32.18

CMYK Percentages of Color #afffcc

%31
%0
%20
%0

Triadic Colors of #afffcc

#afffcc #ccafff #ffccaf

Analogous Colors of #afffcc

#afffcc #affff4 #baffaf

Monochromatic Colors of #afffcc

#afffcc

Complementary Color

#afffcc #ffafe2

#afffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afffcc Color CSS Codes

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

#afffcc Text Font Color

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

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


#afffcc Background Color

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

This div background color is #afffcc


#afffcc Border Color

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

This div border color is #afffcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afffcc

Related Colors

#afffcc Color Palettes


Comments

No comments written yet.

Please login to write comment.