Color Hex Logo

#afc23b Color Hex

#AFC23B
(175,194,59)
0 Favorites   0 Comments

Color spaces of #afc23b

RGB 17519459
HSL0.190.530.50
HSV68°70°76°
CMYK 0.100.000.70   0.24
XYZ37.760448.013311.4150
Yxy48.01330.38850.4940
Hunter Lab69.2916-23.987038.7368
CIE-Lab74.8333-23.956362.3040

#afc23b color RGB value is (175,194,59).

#afc23b hex color red value is 175, green value is 194 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #afc23b hue: 0.19 , saturation: 0.53 and the lightness value of afc23b is 0.50.

The process color (four color CMYK) of #afc23b color hex is 0.10, 0.00, 0.70, 0.24. Web safe color of #afc23b is #99cc33. Color #afc23b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000010 00111011
Octal 257 302 73
Decimal 175 194 59
Hex AF C2 3B

RGB Percentages of Color #afc23b

%40.89
%45.33
%13.79

CMYK Percentages of Color #afc23b

%10
%0
%70
%24

Triadic Colors of #afc23b

#afc23b #3bafc2 #c23baf

Analogous Colors of #afc23b

#afc23b #6cc23b #c2923b

Monochromatic Colors of #afc23b

#afc23b

Complementary Color

#afc23b #4e3bc2

#afc23b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc23b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc23b Color CSS Codes

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

#afc23b Text Font Color

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

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


#afc23b Background Color

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

This div background color is #afc23b


#afc23b Border Color

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

This div border color is #afc23b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc23b


Comments

No comments written yet.

Please login to write comment.