Color Hex Logo

#afb734 Color Hex

#AFB734
(175,183,52)
0 Favorites   0 Comments

Color spaces of #afb734

RGB 17518352
HSL0.180.560.46
HSV64°72°72°
CMYK 0.040.000.72   0.28
XYZ35.232543.22899.7359
Yxy43.22890.39950.4901
Hunter Lab65.7487-19.408137.2446
CIE-Lab71.7101-18.886561.7904

#afb734 color RGB value is (175,183,52).

#afb734 hex color red value is 175, green value is 183 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #afb734 hue: 0.18 , saturation: 0.56 and the lightness value of afb734 is 0.46.

The process color (four color CMYK) of #afb734 color hex is 0.04, 0.00, 0.72, 0.28. Web safe color of #afb734 is #99cc33. Color #afb734 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 00110100
Octal 257 267 64
Decimal 175 183 52
Hex AF B7 34

RGB Percentages of Color #afb734

%42.68
%44.63
%12.68

CMYK Percentages of Color #afb734

%4
%0
%72
%28

Triadic Colors of #afb734

#afb734 #34afb7 #b734af

Analogous Colors of #afb734

#afb734 #6eb734 #b77e34

Monochromatic Colors of #afb734

#afb734

Complementary Color

#afb734 #3c34b7

#afb734 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb734 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb734 Color CSS Codes

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

#afb734 Text Font Color

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

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


#afb734 Background Color

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

This div background color is #afb734


#afb734 Border Color

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

This div border color is #afb734


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb734


Comments

No comments written yet.

Please login to write comment.