Color Hex Logo

#afbb58 Color Hex

#AFBB58
(175,187,88)
0 Favorites   0 Comments

Color spaces of #afbb58

RGB 17518788
HSL0.190.420.54
HSV67°53°73°
CMYK 0.060.000.53   0.27
XYZ37.211045.359216.0265
Yxy45.35920.37740.4600
Hunter Lab67.3492-19.238533.0358
CIE-Lab73.1278-18.396248.0705

#afbb58 color RGB value is (175,187,88).

#afbb58 hex color red value is 175, green value is 187 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #afbb58 hue: 0.19 , saturation: 0.42 and the lightness value of afbb58 is 0.54.

The process color (four color CMYK) of #afbb58 color hex is 0.06, 0.00, 0.53, 0.27. Web safe color of #afbb58 is #99cc66. Color #afbb58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 01011000
Octal 257 273 130
Decimal 175 187 88
Hex AF BB 58

RGB Percentages of Color #afbb58

%38.89
%41.56
%19.56

CMYK Percentages of Color #afbb58

%6
%0
%53
%27

Triadic Colors of #afbb58

#afbb58 #58afbb #bb58af

Analogous Colors of #afbb58

#afbb58 #7ebb58 #bb9658

Monochromatic Colors of #afbb58

#afbb58

Complementary Color

#afbb58 #6458bb

#afbb58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbb58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbb58 Color CSS Codes

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

#afbb58 Text Font Color

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

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


#afbb58 Background Color

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

This div background color is #afbb58


#afbb58 Border Color

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

This div border color is #afbb58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbb58


Comments

No comments written yet.

Please login to write comment.