Color Hex Logo

#8aaf1c Color Hex

#8AAF1C
(138,175,28)
0 Favorites   0 Comments

Color spaces of #8aaf1c

RGB 13817528
HSL0.210.720.40
HSV75°84°69°
CMYK 0.210.000.84   0.31
XYZ26.020836.14716.7042
Yxy36.14710.37780.5248
Hunter Lab60.1225-27.960135.4743
CIE-Lab66.6322-31.511763.4938

#8aaf1c color RGB value is (138,175,28).

#8aaf1c hex color red value is 138, green value is 175 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #8aaf1c hue: 0.21 , saturation: 0.72 and the lightness value of 8aaf1c is 0.40.

The process color (four color CMYK) of #8aaf1c color hex is 0.21, 0.00, 0.84, 0.31. Web safe color of #8aaf1c is #999933. Color #8aaf1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101111 00011100
Octal 212 257 34
Decimal 138 175 28
Hex 8A AF 1C

RGB Percentages of Color #8aaf1c

%40.47
%51.32
%8.21

CMYK Percentages of Color #8aaf1c

%21
%0
%84
%31

Triadic Colors of #8aaf1c

#8aaf1c #1c8aaf #af1c8a

Analogous Colors of #8aaf1c

#8aaf1c #41af1c #af8b1c

Monochromatic Colors of #8aaf1c

#8aaf1c

Complementary Color

#8aaf1c #411caf

#8aaf1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aaf1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aaf1c Color CSS Codes

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

#8aaf1c Text Font Color

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

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


#8aaf1c Background Color

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

This div background color is #8aaf1c


#8aaf1c Border Color

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

This div border color is #8aaf1c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,175,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 #8aaf1c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aaf1c


Comments

No comments written yet.

Please login to write comment.