Color Hex Logo

#afbe1c Color Hex

#AFBE1C
(175,190,28)
0 Favorites   0 Comments

Color spaces of #afbe1c

RGB 17519028
HSL0.180.740.43
HSV66°85°75°
CMYK 0.080.000.85   0.25
XYZ36.302346.02478.0689
Yxy46.02470.40160.5091
Hunter Lab67.8415-23.206540.4372
CIE-Lab73.5616-23.268070.4096

#afbe1c color RGB value is (175,190,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 00011100
Octal 257 276 34
Decimal 175 190 28
Hex AF BE 1C

RGB Percentages of Color #afbe1c

%44.53
%48.35
%7.12

CMYK Percentages of Color #afbe1c

%8
%0
%85
%25

Triadic Colors of #afbe1c

#afbe1c #1cafbe #be1caf

Analogous Colors of #afbe1c

#afbe1c #5ebe1c #be7c1c

Monochromatic Colors of #afbe1c

#afbe1c

Complementary Color

#afbe1c #2b1cbe

#afbe1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe1c Color CSS Codes

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

#afbe1c Text Font Color

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

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


#afbe1c Background Color

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

This div background color is #afbe1c


#afbe1c Border Color

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

This div border color is #afbe1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe1c


Comments

No comments written yet.

Please login to write comment.