Color Hex Logo

#affb73 Color Hex

#AFFB73
(175,251,115)
0 Favorites   0 Comments

Color spaces of #affb73

RGB 175251115
HSL0.260.940.72
HSV94°54°98°
CMYK 0.300.000.54   0.02
XYZ55.270979.346128.6219
Yxy79.34610.33860.4861
Hunter Lab89.0764-45.126543.3025
CIE-Lab91.3907-45.551457.0385

#affb73 color RGB value is (175,251,115).

#affb73 hex color red value is 175, green value is 251 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #affb73 hue: 0.26 , saturation: 0.94 and the lightness value of affb73 is 0.72.

The process color (four color CMYK) of #affb73 color hex is 0.30, 0.00, 0.54, 0.02. Web safe color of #affb73 is #99ff66. Color #affb73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111011 01110011
Octal 257 373 163
Decimal 175 251 115
Hex AF FB 73

RGB Percentages of Color #affb73

%32.35
%46.40
%21.26

CMYK Percentages of Color #affb73

%30
%0
%54
%2

Triadic Colors of #affb73

#affb73 #73affb #fb73af

Analogous Colors of #affb73

#affb73 #73fb7b #f3fb73

Monochromatic Colors of #affb73

#affb73

Complementary Color

#affb73 #bf73fb

#affb73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affb73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affb73 Color CSS Codes

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

#affb73 Text Font Color

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

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


#affb73 Background Color

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

This div background color is #affb73


#affb73 Border Color

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

This div border color is #affb73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affb73

Related Colors


Comments

No comments written yet.

Please login to write comment.