Color Hex Logo

#affb07 Color Hex

#AFFB07
(175,251,7)
0 Favorites   0 Comments

Color spaces of #affb07

RGB 1752517
HSL0.220.970.51
HSV79°97°98°
CMYK 0.300.000.97   0.02
XYZ52.214778.123712.5284
Yxy78.12370.36550.5468
Hunter Lab88.3876-49.230053.4673
CIE-Lab90.8363-51.000586.9239

#affb07 color RGB value is (175,251,7).

#affb07 hex color red value is 175, green value is 251 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #affb07 hue: 0.22 , saturation: 0.97 and the lightness value of affb07 is 0.51.

The process color (four color CMYK) of #affb07 color hex is 0.30, 0.00, 0.97, 0.02. Web safe color of #affb07 is #99ff00. Color #affb07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111011 00000111
Octal 257 373 7
Decimal 175 251 7
Hex AF FB 7

RGB Percentages of Color #affb07

%40.42
%57.97
%1.62

CMYK Percentages of Color #affb07

%30
%0
%97
%2

Triadic Colors of #affb07

#affb07 #07affb #fb07af

Analogous Colors of #affb07

#affb07 #35fb07 #fbcd07

Monochromatic Colors of #affb07

#affb07

Complementary Color

#affb07 #5307fb

#affb07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affb07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affb07 Color CSS Codes

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

#affb07 Text Font Color

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

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


#affb07 Background Color

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

This div background color is #affb07


#affb07 Border Color

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

This div border color is #affb07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affb07


Comments

No comments written yet.

Please login to write comment.