Color Hex Logo

#afbe26 Color Hex

#AFBE26
(175,190,38)
0 Favorites   0 Comments

Color spaces of #afbe26

RGB 17519038
HSL0.180.670.45
HSV66°80°75°
CMYK 0.080.000.80   0.25
XYZ36.442546.08088.8075
Yxy46.08080.39900.5045
Hunter Lab67.8828-22.968339.8254
CIE-Lab73.5979-22.958367.9836

#afbe26 color RGB value is (175,190,38).

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

The process color (four color CMYK) of #afbe26 color hex is 0.08, 0.00, 0.80, 0.25. Web safe color of #afbe26 is #99cc33. Color #afbe26 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 00100110
Octal 257 276 46
Decimal 175 190 38
Hex AF BE 26

RGB Percentages of Color #afbe26

%43.42
%47.15
%9.43

CMYK Percentages of Color #afbe26

%8
%0
%80
%25

Triadic Colors of #afbe26

#afbe26 #26afbe #be26af

Analogous Colors of #afbe26

#afbe26 #63be26 #be8126

Monochromatic Colors of #afbe26

#afbe26

Complementary Color

#afbe26 #3526be

#afbe26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe26 Color CSS Codes

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

#afbe26 Text Font Color

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

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


#afbe26 Background Color

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

This div background color is #afbe26


#afbe26 Border Color

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

This div border color is #afbe26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe26


Comments

No comments written yet.

Please login to write comment.