Color Hex Logo

#afe433 Color Hex

#AFE433
(175,228,51)
0 Favorites   0 Comments

Color spaces of #afe433

RGB 17522851
HSL0.220.770.55
HSV78°78°89°
CMYK 0.230.000.78   0.11
XYZ46.020164.839813.2218
Yxy64.83980.37090.5226
Hunter Lab80.5232-38.900346.6309
CIE-Lab84.4011-40.142974.0662

#afe433 color RGB value is (175,228,51).

#afe433 hex color red value is 175, green value is 228 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #afe433 hue: 0.22 , saturation: 0.77 and the lightness value of afe433 is 0.55.

The process color (four color CMYK) of #afe433 color hex is 0.23, 0.00, 0.78, 0.11. Web safe color of #afe433 is #99cc33. Color #afe433 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100100 00110011
Octal 257 344 63
Decimal 175 228 51
Hex AF E4 33

RGB Percentages of Color #afe433

%38.55
%50.22
%11.23

CMYK Percentages of Color #afe433

%23
%0
%78
%11

Triadic Colors of #afe433

#afe433 #33afe4 #e433af

Analogous Colors of #afe433

#afe433 #57e433 #e4c133

Monochromatic Colors of #afe433

#afe433

Complementary Color

#afe433 #6833e4

#afe433 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe433 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe433 Color CSS Codes

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

#afe433 Text Font Color

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

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


#afe433 Background Color

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

This div background color is #afe433


#afe433 Border Color

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

This div border color is #afe433


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe433


Comments

No comments written yet.

Please login to write comment.