Color Hex Logo

#afb630 Color Hex

#AFB630
(175,182,48)
0 Favorites   0 Comments

Color spaces of #afb630

RGB 17518248
HSL0.180.580.45
HSV63°74°71°
CMYK 0.040.000.74   0.29
XYZ34.940642.78339.2127
Yxy42.78330.40190.4921
Hunter Lab65.4089-19.113337.4354
CIE-Lab71.4076-18.577662.9006

#afb630 color RGB value is (175,182,48).

#afb630 hex color red value is 175, green value is 182 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #afb630 hue: 0.18 , saturation: 0.58 and the lightness value of afb630 is 0.45.

The process color (four color CMYK) of #afb630 color hex is 0.04, 0.00, 0.74, 0.29. Web safe color of #afb630 is #99cc33. Color #afb630 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110110 00110000
Octal 257 266 60
Decimal 175 182 48
Hex AF B6 30

RGB Percentages of Color #afb630

%43.21
%44.94
%11.85

CMYK Percentages of Color #afb630

%4
%0
%74
%29

Triadic Colors of #afb630

#afb630 #30afb6 #b630af

Analogous Colors of #afb630

#afb630 #6cb630 #b67a30

Monochromatic Colors of #afb630

#afb630

Complementary Color

#afb630 #3730b6

#afb630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb630 Color CSS Codes

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

#afb630 Text Font Color

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

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


#afb630 Background Color

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

This div background color is #afb630


#afb630 Border Color

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

This div border color is #afb630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb630


Comments

No comments written yet.

Please login to write comment.