Color Hex Logo

#afbc19 Color Hex

#AFBC19
(175,188,25)
0 Favorites   0 Comments

Color spaces of #afbc19

RGB 17518825
HSL0.180.770.42
HSV65°87°74°
CMYK 0.070.000.87   0.26
XYZ35.837945.15067.7458
Yxy45.15060.40390.5088
Hunter Lab67.1942-22.387240.2013
CIE-Lab72.9909-22.362070.5624

#afbc19 color RGB value is (175,188,25).

#afbc19 hex color red value is 175, green value is 188 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #afbc19 hue: 0.18 , saturation: 0.77 and the lightness value of afbc19 is 0.42.

The process color (four color CMYK) of #afbc19 color hex is 0.07, 0.00, 0.87, 0.26. Web safe color of #afbc19 is #99cc00. Color #afbc19 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 00011001
Octal 257 274 31
Decimal 175 188 25
Hex AF BC 19

RGB Percentages of Color #afbc19

%45.10
%48.45
%6.44

CMYK Percentages of Color #afbc19

%7
%0
%87
%26

Triadic Colors of #afbc19

#afbc19 #19afbc #bc19af

Analogous Colors of #afbc19

#afbc19 #5ebc19 #bc7819

Monochromatic Colors of #afbc19

#afbc19

Complementary Color

#afbc19 #2619bc

#afbc19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbc19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbc19 Color CSS Codes

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

#afbc19 Text Font Color

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

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


#afbc19 Background Color

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

This div background color is #afbc19


#afbc19 Border Color

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

This div border color is #afbc19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbc19


Comments

No comments written yet.

Please login to write comment.