Color Hex Logo

#afbd1d Color Hex

#AFBD1D
(175,189,29)
0 Favorites   0 Comments

Color spaces of #afbd1d

RGB 17518929
HSL0.180.730.43
HSV65°85°74°
CMYK 0.070.000.85   0.26
XYZ36.098645.59798.0611
Yxy45.59790.40220.5080
Hunter Lab67.5262-22.747240.1905
CIE-Lab73.2839-22.750869.9579

#afbd1d color RGB value is (175,189,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 00011101
Octal 257 275 35
Decimal 175 189 29
Hex AF BD 1D

RGB Percentages of Color #afbd1d

%44.53
%48.09
%7.38

CMYK Percentages of Color #afbd1d

%7
%0
%85
%26

Triadic Colors of #afbd1d

#afbd1d #1dafbd #bd1daf

Analogous Colors of #afbd1d

#afbd1d #5fbd1d #bd7b1d

Monochromatic Colors of #afbd1d

#afbd1d

Complementary Color

#afbd1d #2b1dbd

#afbd1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbd1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbd1d Color CSS Codes

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

#afbd1d Text Font Color

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

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


#afbd1d Background Color

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

This div background color is #afbd1d


#afbd1d Border Color

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

This div border color is #afbd1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbd1d


Comments

No comments written yet.

Please login to write comment.