Color Hex Logo

#affec0 Color Hex

#AFFEC0
(175,254,192)
0 Favorites   0 Comments

Color spaces of #affec0

RGB 175254192
HSL0.370.980.84
HSV133°31°100°
CMYK 0.310.000.24   0.00
XYZ62.635483.803462.7436
Yxy83.80340.29940.4006
Hunter Lab91.5442-38.071023.4441
CIE-Lab93.3650-36.293022.1298

#affec0 color RGB value is (175,254,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 11000000
Octal 257 376 300
Decimal 175 254 192
Hex AF FE C0

RGB Percentages of Color #affec0

%28.18
%40.90
%30.92

CMYK Percentages of Color #affec0

%31
%0
%24
%0

Triadic Colors of #affec0

#affec0 #c0affe #fec0af

Analogous Colors of #affec0

#affec0 #affee8 #c6feaf

Monochromatic Colors of #affec0

#affec0

Complementary Color

#affec0 #feafed

#affec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affec0 Color CSS Codes

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

#affec0 Text Font Color

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

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


#affec0 Background Color

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

This div background color is #affec0


#affec0 Border Color

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

This div border color is #affec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affec0


Comments

No comments written yet.

Please login to write comment.