Color Hex Logo

#afee7d Color Hex

#AFEE7D
(175,238,125)
0 Favorites   0 Comments

Color spaces of #afee7d

RGB 175238125
HSL0.260.770.71
HSV93°47°93°
CMYK 0.260.000.47   0.07
XYZ51.955471.743730.5116
Yxy71.74370.33690.4652
Hunter Lab84.7017-38.737237.9335
CIE-Lab87.8451-38.786248.1657

#afee7d color RGB value is (175,238,125).

#afee7d hex color red value is 175, green value is 238 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #afee7d hue: 0.26 , saturation: 0.77 and the lightness value of afee7d is 0.71.

The process color (four color CMYK) of #afee7d color hex is 0.26, 0.00, 0.47, 0.07. Web safe color of #afee7d is #99ff66. Color #afee7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 01111101
Octal 257 356 175
Decimal 175 238 125
Hex AF EE 7D

RGB Percentages of Color #afee7d

%32.53
%44.24
%23.23

CMYK Percentages of Color #afee7d

%26
%0
%47
%7

Triadic Colors of #afee7d

#afee7d #7dafee #ee7daf

Analogous Colors of #afee7d

#afee7d #7dee84 #e8ee7d

Monochromatic Colors of #afee7d

#afee7d

Complementary Color

#afee7d #bc7dee

#afee7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afee7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afee7d Color CSS Codes

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

#afee7d Text Font Color

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

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


#afee7d Background Color

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

This div background color is #afee7d


#afee7d Border Color

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

This div border color is #afee7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afee7d


Comments

No comments written yet.

Please login to write comment.