Color Hex Logo

#affece Color Hex

#AFFECE
(175,254,206)
0 Favorites   0 Comments

Color spaces of #affece

RGB 175254206
HSL0.400.980.84
HSV144°31°100°
CMYK 0.310.000.19   0.00
XYZ64.261684.453871.3068
Yxy84.45380.29210.3838
Hunter Lab91.8987-36.004018.3244
CIE-Lab93.6472-33.775915.3654

#affece color RGB value is (175,254,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 11001110
Octal 257 376 316
Decimal 175 254 206
Hex AF FE CE

RGB Percentages of Color #affece

%27.56
%40.00
%32.44

CMYK Percentages of Color #affece

%31
%0
%19
%0

Triadic Colors of #affece

#affece #ceaffe #feceaf

Analogous Colors of #affece

#affece #affef6 #b8feaf

Monochromatic Colors of #affece

#affece

Complementary Color

#affece #feafdf

#affece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affece Color Preview on White Background

Lorem ipsum dolor sit amet.

#affece Color CSS Codes

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

#affece Text Font Color

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

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


#affece Background Color

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

This div background color is #affece


#affece Border Color

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

This div border color is #affece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affece


Comments

No comments written yet.

Please login to write comment.