Color Hex Logo

#afe345 Color Hex

#AFE345
(175,227,69)
0 Favorites   0 Comments

Color spaces of #afe345

RGB 17522769
HSL0.220.740.58
HSV80°70°89°
CMYK 0.230.000.70   0.11
XYZ46.222564.481815.6403
Yxy64.48180.36580.5104
Hunter Lab80.3006-37.778144.6624
CIE-Lab84.2160-38.770268.0432

#afe345 color RGB value is (175,227,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100011 01000101
Octal 257 343 105
Decimal 175 227 69
Hex AF E3 45

RGB Percentages of Color #afe345

%37.15
%48.20
%14.65

CMYK Percentages of Color #afe345

%23
%0
%70
%11

Triadic Colors of #afe345

#afe345 #45afe3 #e345af

Analogous Colors of #afe345

#afe345 #60e345 #e3c845

Monochromatic Colors of #afe345

#afe345

Complementary Color

#afe345 #7945e3

#afe345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe345 Color CSS Codes

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

#afe345 Text Font Color

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

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


#afe345 Background Color

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

This div background color is #afe345


#afe345 Border Color

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

This div border color is #afe345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe345


Comments

No comments written yet.

Please login to write comment.