Color Hex Logo

#afe374 Color Hex

#AFE374
(175,227,116)
0 Favorites   0 Comments

Color spaces of #afe374

RGB 175227116
HSL0.240.660.67
HSV88°49°89°
CMYK 0.230.000.49   0.11
XYZ48.300765.313126.5840
Yxy65.31310.34450.4659
Hunter Lab80.8165-34.746837.0686
CIE-Lab84.6448-34.811948.5236

#afe374 color RGB value is (175,227,116).

#afe374 hex color red value is 175, green value is 227 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #afe374 hue: 0.24 , saturation: 0.66 and the lightness value of afe374 is 0.67.

The process color (four color CMYK) of #afe374 color hex is 0.23, 0.00, 0.49, 0.11. Web safe color of #afe374 is #99cc66. Color #afe374 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100011 01110100
Octal 257 343 164
Decimal 175 227 116
Hex AF E3 74

RGB Percentages of Color #afe374

%33.78
%43.82
%22.39

CMYK Percentages of Color #afe374

%23
%0
%49
%11

Triadic Colors of #afe374

#afe374 #74afe3 #e374af

Analogous Colors of #afe374

#afe374 #78e374 #e3e074

Monochromatic Colors of #afe374

#afe374

Complementary Color

#afe374 #a874e3

#afe374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe374 Color CSS Codes

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

#afe374 Text Font Color

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

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


#afe374 Background Color

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

This div background color is #afe374


#afe374 Border Color

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

This div border color is #afe374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe374


Comments

No comments written yet.

Please login to write comment.