Color Hex Logo

#afb230 Color Hex

#AFB230
(175,178,48)
0 Favorites   0 Comments

Color spaces of #afb230

RGB 17517848
HSL0.170.580.44
HSV61°73°70°
CMYK 0.020.000.73   0.30
XYZ34.133141.16818.9435
Yxy41.16810.40520.4887
Hunter Lab64.1624-17.325736.6493
CIE-Lab70.2935-16.556261.8434

#afb230 color RGB value is (175,178,48).

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

The process color (four color CMYK) of #afb230 color hex is 0.02, 0.00, 0.73, 0.30. Web safe color of #afb230 is #999933. Color #afb230 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110010 00110000
Octal 257 262 60
Decimal 175 178 48
Hex AF B2 30

RGB Percentages of Color #afb230

%43.64
%44.39
%11.97

CMYK Percentages of Color #afb230

%2
%0
%73
%30

Triadic Colors of #afb230

#afb230 #30afb2 #b230af

Analogous Colors of #afb230

#afb230 #6eb230 #b27430

Monochromatic Colors of #afb230

#afb230

Complementary Color

#afb230 #3330b2

#afb230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb230 Color CSS Codes

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

#afb230 Text Font Color

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

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


#afb230 Background Color

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

This div background color is #afb230


#afb230 Border Color

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

This div border color is #afb230


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,178,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 #afb230">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb230


Comments

No comments written yet.

Please login to write comment.