Color Hex Logo

#afe343 Color Hex

#AFE343
(175,227,67)
0 Favorites   0 Comments

Color spaces of #afe343

RGB 17522767
HSL0.220.740.58
HSV80°70°89°
CMYK 0.230.000.70   0.11
XYZ46.161464.457415.3187
Yxy64.45740.36650.5118
Hunter Lab80.2854-37.867944.8870
CIE-Lab84.2034-38.889068.7443

#afe343 color RGB value is (175,227,67).

#afe343 hex color red value is 175, green value is 227 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #afe343 hue: 0.22 , saturation: 0.74 and the lightness value of afe343 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100011 01000011
Octal 257 343 103
Decimal 175 227 67
Hex AF E3 43

RGB Percentages of Color #afe343

%37.31
%48.40
%14.29

CMYK Percentages of Color #afe343

%23
%0
%70
%11

Triadic Colors of #afe343

#afe343 #43afe3 #e343af

Analogous Colors of #afe343

#afe343 #5fe343 #e3c743

Monochromatic Colors of #afe343

#afe343

Complementary Color

#afe343 #7743e3

#afe343 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe343 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe343 Color CSS Codes

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

#afe343 Text Font Color

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

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


#afe343 Background Color

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

This div background color is #afe343


#afe343 Border Color

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

This div border color is #afe343


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe343


Comments

No comments written yet.

Please login to write comment.