Color Hex Logo

#affec5 Color Hex

#AFFEC5
(175,254,197)
0 Favorites   0 Comments

Color spaces of #affec5

RGB 175254197
HSL0.380.980.84
HSV137°31°100°
CMYK 0.310.000.22   0.00
XYZ63.199184.028865.7116
Yxy84.02880.29680.3946
Hunter Lab91.6672-37.352521.6651
CIE-Lab93.4630-35.413819.7148

#affec5 color RGB value is (175,254,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 11000101
Octal 257 376 305
Decimal 175 254 197
Hex AF FE C5

RGB Percentages of Color #affec5

%27.96
%40.58
%31.47

CMYK Percentages of Color #affec5

%31
%0
%22
%0

Triadic Colors of #affec5

#affec5 #c5affe #fec5af

Analogous Colors of #affec5

#affec5 #affeed #c1feaf

Monochromatic Colors of #affec5

#affec5

Complementary Color

#affec5 #feafe8

#affec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affec5 Color CSS Codes

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

#affec5 Text Font Color

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

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


#affec5 Background Color

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

This div background color is #affec5


#affec5 Border Color

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

This div border color is #affec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affec5

Related Colors


Comments

No comments written yet.

Please login to write comment.