Color Hex Logo

#affb95 Color Hex

#AFFB95
(175,251,149)
0 Favorites   0 Comments

Color spaces of #affb95

RGB 175251149
HSL0.290.930.78
HSV105°41°98°
CMYK 0.300.000.41   0.02
XYZ57.601280.278240.8931
Yxy80.27820.32220.4491
Hunter Lab89.5981-42.041935.6584
CIE-Lab91.8095-41.572241.5806

#affb95 color RGB value is (175,251,149).

#affb95 hex color red value is 175, green value is 251 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #affb95 hue: 0.29 , saturation: 0.93 and the lightness value of affb95 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111011 10010101
Octal 257 373 225
Decimal 175 251 149
Hex AF FB 95

RGB Percentages of Color #affb95

%30.43
%43.65
%25.91

CMYK Percentages of Color #affb95

%30
%0
%41
%2

Triadic Colors of #affb95

#affb95 #95affb #fb95af

Analogous Colors of #affb95

#affb95 #95fbae #e2fb95

Monochromatic Colors of #affb95

#affb95

Complementary Color

#affb95 #e195fb

#affb95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affb95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affb95 Color CSS Codes

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

#affb95 Text Font Color

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

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


#affb95 Background Color

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

This div background color is #affb95


#affb95 Border Color

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

This div border color is #affb95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affb95


Comments

No comments written yet.

Please login to write comment.