Color Hex Logo

#afbd24 Color Hex

#AFBD24
(175,189,36)
0 Favorites   0 Comments

Color spaces of #afbd24

RGB 17518936
HSL0.180.680.44
HSV65°81°74°
CMYK 0.070.000.81   0.26
XYZ36.195245.63658.5701
Yxy45.63650.40040.5048
Hunter Lab67.5548-22.582339.7667
CIE-Lab73.3090-22.536668.2697

#afbd24 color RGB value is (175,189,36).

#afbd24 hex color red value is 175, green value is 189 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #afbd24 hue: 0.18 , saturation: 0.68 and the lightness value of afbd24 is 0.44.

The process color (four color CMYK) of #afbd24 color hex is 0.07, 0.00, 0.81, 0.26. Web safe color of #afbd24 is #99cc33. Color #afbd24 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 00100100
Octal 257 275 44
Decimal 175 189 36
Hex AF BD 24

RGB Percentages of Color #afbd24

%43.75
%47.25
%9.00

CMYK Percentages of Color #afbd24

%7
%0
%81
%26

Triadic Colors of #afbd24

#afbd24 #24afbd #bd24af

Analogous Colors of #afbd24

#afbd24 #63bd24 #bd7f24

Monochromatic Colors of #afbd24

#afbd24

Complementary Color

#afbd24 #3224bd

#afbd24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbd24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbd24 Color CSS Codes

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

#afbd24 Text Font Color

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

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


#afbd24 Background Color

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

This div background color is #afbd24


#afbd24 Border Color

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

This div border color is #afbd24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbd24


Comments

No comments written yet.

Please login to write comment.