Color Hex Logo

#affac5 Color Hex

#AFFAC5
(175,250,197)
0 Favorites   0 Comments

Color spaces of #affac5

RGB 175250197
HSL0.380.880.83
HSV138°30°98°
CMYK 0.300.000.21   0.02
XYZ61.942881.516465.2928
Yxy81.51640.29670.3905
Hunter Lab90.2864-35.537820.3235
CIE-Lab92.3610-33.574918.1746

#affac5 color RGB value is (175,250,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 11000101
Octal 257 372 305
Decimal 175 250 197
Hex AF FA C5

RGB Percentages of Color #affac5

%28.14
%40.19
%31.67

CMYK Percentages of Color #affac5

%30
%0
%21
%2

Triadic Colors of #affac5

#affac5 #c5affa #fac5af

Analogous Colors of #affac5

#affac5 #affaeb #bffaaf

Monochromatic Colors of #affac5

#affac5

Complementary Color

#affac5 #faafe4

#affac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affac5 Color CSS Codes

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

#affac5 Text Font Color

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

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


#affac5 Background Color

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

This div background color is #affac5


#affac5 Border Color

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

This div border color is #affac5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,250,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 #affac5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affac5


Comments

No comments written yet.

Please login to write comment.