Color Hex Logo

#afe672 Color Hex

#AFE672
(175,230,114)
0 Favorites   0 Comments

Color spaces of #afe672

RGB 175230114
HSL0.250.700.67
HSV88°50°90°
CMYK 0.240.000.50   0.10
XYZ49.013366.922526.2537
Yxy66.92250.34470.4707
Hunter Lab81.8062-36.214438.2366
CIE-Lab85.4648-36.393750.4572

#afe672 color RGB value is (175,230,114).

#afe672 hex color red value is 175, green value is 230 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #afe672 hue: 0.25 , saturation: 0.70 and the lightness value of afe672 is 0.67.

The process color (four color CMYK) of #afe672 color hex is 0.24, 0.00, 0.50, 0.10. Web safe color of #afe672 is #99ff66. Color #afe672 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100110 01110010
Octal 257 346 162
Decimal 175 230 114
Hex AF E6 72

RGB Percentages of Color #afe672

%33.72
%44.32
%21.97

CMYK Percentages of Color #afe672

%24
%0
%50
%10

Triadic Colors of #afe672

#afe672 #72afe6 #e672af

Analogous Colors of #afe672

#afe672 #75e672 #e6e372

Monochromatic Colors of #afe672

#afe672

Complementary Color

#afe672 #a972e6

#afe672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe672 Color CSS Codes

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

#afe672 Text Font Color

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

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


#afe672 Background Color

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

This div background color is #afe672


#afe672 Border Color

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

This div border color is #afe672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe672


Comments

No comments written yet.

Please login to write comment.