Color Hex Logo

#afbb14 Color Hex

#AFBB14
(175,187,20)
0 Favorites   0 Comments

Color spaces of #afbb14

RGB 17518720
HSL0.180.810.41
HSV64°89°73°
CMYK 0.060.000.89   0.27
XYZ35.575844.70517.4157
Yxy44.70510.40570.5098
Hunter Lab66.8619-22.032240.2274
CIE-Lab72.6973-21.979071.2504

#afbb14 color RGB value is (175,187,20).

#afbb14 hex color red value is 175, green value is 187 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #afbb14 hue: 0.18 , saturation: 0.81 and the lightness value of afbb14 is 0.41.

The process color (four color CMYK) of #afbb14 color hex is 0.06, 0.00, 0.89, 0.27. Web safe color of #afbb14 is #99cc00. Color #afbb14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 00010100
Octal 257 273 24
Decimal 175 187 20
Hex AF BB 14

RGB Percentages of Color #afbb14

%45.81
%48.95
%5.24

CMYK Percentages of Color #afbb14

%6
%0
%89
%27

Triadic Colors of #afbb14

#afbb14 #14afbb #bb14af

Analogous Colors of #afbb14

#afbb14 #5cbb14 #bb7414

Monochromatic Colors of #afbb14

#afbb14

Complementary Color

#afbb14 #2014bb

#afbb14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbb14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbb14 Color CSS Codes

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

#afbb14 Text Font Color

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

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


#afbb14 Background Color

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

This div background color is #afbb14


#afbb14 Border Color

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

This div border color is #afbb14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbb14


Comments

No comments written yet.

Please login to write comment.