Color Hex Logo

#afbe01 Color Hex

#AFBE01
(175,190,1)
0 Favorites   0 Comments

Color spaces of #afbe01

RGB 1751901
HSL0.180.990.37
HSV65°99°75°
CMYK 0.080.000.99   0.25
XYZ36.098145.94316.9940
Yxy45.94310.40540.5160
Hunter Lab67.7813-23.554141.3291
CIE-Lab73.5086-23.721274.2278

#afbe01 color RGB value is (175,190,1).

#afbe01 hex color red value is 175, green value is 190 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #afbe01 hue: 0.18 , saturation: 0.99 and the lightness value of afbe01 is 0.37.

The process color (four color CMYK) of #afbe01 color hex is 0.08, 0.00, 0.99, 0.25. Web safe color of #afbe01 is #99cc00. Color #afbe01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 00000001
Octal 257 276 1
Decimal 175 190 1
Hex AF BE 1

RGB Percentages of Color #afbe01

%47.81
%51.91
%0.27

CMYK Percentages of Color #afbe01

%8
%0
%99
%25

Triadic Colors of #afbe01

#afbe01 #01afbe #be01af

Analogous Colors of #afbe01

#afbe01 #51be01 #be6f01

Monochromatic Colors of #afbe01

#afbe01

Complementary Color

#afbe01 #1001be

#afbe01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe01 Color CSS Codes

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

#afbe01 Text Font Color

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

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


#afbe01 Background Color

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

This div background color is #afbe01


#afbe01 Border Color

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

This div border color is #afbe01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe01


Comments

No comments written yet.

Please login to write comment.