Color Hex Logo

#afbe18 Color Hex

#AFBE18
(175,190,24)
0 Favorites   0 Comments

Color spaces of #afbe18

RGB 17519024
HSL0.180.780.42
HSV65°87°75°
CMYK 0.080.000.87   0.25
XYZ36.257546.00687.8334
Yxy46.00680.40240.5106
Hunter Lab67.8283-23.282740.6325
CIE-Lab73.5499-23.367271.2150

#afbe18 color RGB value is (175,190,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 00011000
Octal 257 276 30
Decimal 175 190 24
Hex AF BE 18

RGB Percentages of Color #afbe18

%44.99
%48.84
%6.17

CMYK Percentages of Color #afbe18

%8
%0
%87
%25

Triadic Colors of #afbe18

#afbe18 #18afbe #be18af

Analogous Colors of #afbe18

#afbe18 #5cbe18 #be7a18

Monochromatic Colors of #afbe18

#afbe18

Complementary Color

#afbe18 #2718be

#afbe18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe18 Color CSS Codes

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

#afbe18 Text Font Color

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

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


#afbe18 Background Color

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

This div background color is #afbe18


#afbe18 Border Color

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

This div border color is #afbe18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe18


Comments

No comments written yet.

Please login to write comment.