Color Hex Logo

#afffce Color Hex

#AFFFCE
(175,255,206)
0 Favorites   0 Comments

Color spaces of #afffce

RGB 175255206
HSL0.401.000.84
HSV143°31°100°
CMYK 0.310.000.19   0.00
XYZ64.579885.090271.4129
Yxy85.09020.29210.3849
Hunter Lab92.2443-36.460718.6704
CIE-Lab93.9220-34.236915.7530

#afffce color RGB value is (175,255,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111111 11001110
Octal 257 377 316
Decimal 175 255 206
Hex AF FF CE

RGB Percentages of Color #afffce

%27.52
%40.09
%32.39

CMYK Percentages of Color #afffce

%31
%0
%19
%0

Triadic Colors of #afffce

#afffce #ceafff #ffceaf

Analogous Colors of #afffce

#afffce #affff6 #b8ffaf

Monochromatic Colors of #afffce

#afffce

Complementary Color

#afffce #ffafe0

#afffce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afffce Color Preview on White Background

Lorem ipsum dolor sit amet.

#afffce Color CSS Codes

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

#afffce Text Font Color

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

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


#afffce Background Color

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

This div background color is #afffce


#afffce Border Color

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

This div border color is #afffce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afffce


Comments

No comments written yet.

Please login to write comment.