Color Hex Logo

#affac4 Color Hex

#AFFAC4
(175,250,196)
0 Favorites   0 Comments

Color spaces of #affac4

RGB 175250196
HSL0.380.880.83
HSV137°30°98°
CMYK 0.300.000.22   0.02
XYZ61.828681.470764.6913
Yxy81.47070.29730.3917
Hunter Lab90.2611-35.685020.6889
CIE-Lab92.3407-33.754118.6592

#affac4 color RGB value is (175,250,196).

#affac4 hex color red value is 175, green value is 250 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #affac4 hue: 0.38 , saturation: 0.88 and the lightness value of affac4 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 11000100
Octal 257 372 304
Decimal 175 250 196
Hex AF FA C4

RGB Percentages of Color #affac4

%28.18
%40.26
%31.56

CMYK Percentages of Color #affac4

%30
%0
%22
%2

Triadic Colors of #affac4

#affac4 #c4affa #fac4af

Analogous Colors of #affac4

#affac4 #affaea #c0faaf

Monochromatic Colors of #affac4

#affac4

Complementary Color

#affac4 #faafe5

#affac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affac4 Color CSS Codes

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

#affac4 Text Font Color

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

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


#affac4 Background Color

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

This div background color is #affac4


#affac4 Border Color

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

This div border color is #affac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affac4


Comments

No comments written yet.

Please login to write comment.