Color Hex Logo

#affec2 Color Hex

#AFFEC2
(175,254,194)
0 Favorites   0 Comments

Color spaces of #affec2

RGB 175254194
HSL0.370.980.84
HSV134°31°100°
CMYK 0.310.000.24   0.00
XYZ62.858683.892663.9188
Yxy83.89260.29840.3982
Hunter Lab91.5929-37.786222.7391
CIE-Lab93.4038-35.943921.1641

#affec2 color RGB value is (175,254,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 11000010
Octal 257 376 302
Decimal 175 254 194
Hex AF FE C2

RGB Percentages of Color #affec2

%28.09
%40.77
%31.14

CMYK Percentages of Color #affec2

%31
%0
%24
%0

Triadic Colors of #affec2

#affec2 #c2affe #fec2af

Analogous Colors of #affec2

#affec2 #affeea #c4feaf

Monochromatic Colors of #affec2

#affec2

Complementary Color

#affec2 #feafeb

#affec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affec2 Color CSS Codes

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

#affec2 Text Font Color

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

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


#affec2 Background Color

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

This div background color is #affec2


#affec2 Border Color

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

This div border color is #affec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affec2

Related Colors


Comments

No comments written yet.

Please login to write comment.