Color Hex Logo

#affec3 Color Hex

#AFFEC3
(175,254,195)
0 Favorites   0 Comments

Color spaces of #affec3

RGB 175254195
HSL0.380.980.84
HSV135°31°100°
CMYK 0.310.000.23   0.00
XYZ62.971383.937764.5124
Yxy83.93770.29780.3970
Hunter Lab91.6175-37.642622.3833
CIE-Lab93.4234-35.768220.6810

#affec3 color RGB value is (175,254,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 11000011
Octal 257 376 303
Decimal 175 254 195
Hex AF FE C3

RGB Percentages of Color #affec3

%28.04
%40.71
%31.25

CMYK Percentages of Color #affec3

%31
%0
%23
%0

Triadic Colors of #affec3

#affec3 #c3affe #fec3af

Analogous Colors of #affec3

#affec3 #affeeb #c3feaf

Monochromatic Colors of #affec3

#affec3

Complementary Color

#affec3 #feafea

#affec3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affec3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affec3 Color CSS Codes

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

#affec3 Text Font Color

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

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


#affec3 Background Color

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

This div background color is #affec3


#affec3 Border Color

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

This div border color is #affec3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affec3

Related Colors


Comments

No comments written yet.

Please login to write comment.