Color Hex Logo

#afb055 Color Hex

#AFB055
(175,176,85)
0 Favorites   0 Comments

Color spaces of #afb055

RGB 17517685
HSL0.170.370.51
HSV61°52°69°
CMYK 0.010.000.52   0.31
XYZ34.844240.820514.6370
Yxy40.82050.38590.4520
Hunter Lab63.8909-14.460531.1407
CIE-Lab70.0500-13.055345.9084

#afb055 color RGB value is (175,176,85).

#afb055 hex color red value is 175, green value is 176 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #afb055 hue: 0.17 , saturation: 0.37 and the lightness value of afb055 is 0.51.

The process color (four color CMYK) of #afb055 color hex is 0.01, 0.00, 0.52, 0.31. Web safe color of #afb055 is #999966. Color #afb055 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110000 01010101
Octal 257 260 125
Decimal 175 176 85
Hex AF B0 55

RGB Percentages of Color #afb055

%40.14
%40.37
%19.50

CMYK Percentages of Color #afb055

%1
%0
%52
%31

Triadic Colors of #afb055

#afb055 #55afb0 #b055af

Analogous Colors of #afb055

#afb055 #82b055 #b08455

Monochromatic Colors of #afb055

#afb055

Complementary Color

#afb055 #5655b0

#afb055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb055 Color CSS Codes

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

#afb055 Text Font Color

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

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


#afb055 Background Color

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

This div background color is #afb055


#afb055 Border Color

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

This div border color is #afb055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb055


Comments

No comments written yet.

Please login to write comment.