Color Hex Logo

#affa98 Color Hex

#AFFA98
(175,250,152)
0 Favorites   0 Comments

Color spaces of #affa98

RGB 175250152
HSL0.290.910.79
HSV106°39°98°
CMYK 0.300.000.39   0.02
XYZ57.532379.752242.0672
Yxy79.75220.32080.4447
Hunter Lab89.3041-41.287234.5840
CIE-Lab91.5736-40.723939.8058

#affa98 color RGB value is (175,250,152).

#affa98 hex color red value is 175, green value is 250 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #affa98 hue: 0.29 , saturation: 0.91 and the lightness value of affa98 is 0.79.

The process color (four color CMYK) of #affa98 color hex is 0.30, 0.00, 0.39, 0.02. Web safe color of #affa98 is #99ff99. Color #affa98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 10011000
Octal 257 372 230
Decimal 175 250 152
Hex AF FA 98

RGB Percentages of Color #affa98

%30.33
%43.33
%26.34

CMYK Percentages of Color #affa98

%30
%0
%39
%2

Triadic Colors of #affa98

#affa98 #98affa #fa98af

Analogous Colors of #affa98

#affa98 #98fab2 #e0fa98

Monochromatic Colors of #affa98

#affa98

Complementary Color

#affa98 #e398fa

#affa98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affa98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affa98 Color CSS Codes

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

#affa98 Text Font Color

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

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


#affa98 Background Color

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

This div background color is #affa98


#affa98 Border Color

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

This div border color is #affa98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affa98


Comments

No comments written yet.

Please login to write comment.