Color Hex Logo

#afec5c Color Hex

#AFEC5C
(175,236,92)
0 Favorites   0 Comments

Color spaces of #afec5c

RGB 17523692
HSL0.240.790.64
HSV85°61°93°
CMYK 0.260.000.61   0.07
XYZ49.606469.877620.9984
Yxy69.87760.35310.4974
Hunter Lab83.5928-40.360443.6214
CIE-Lab86.9368-41.127761.9267

#afec5c color RGB value is (175,236,92).

#afec5c hex color red value is 175, green value is 236 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #afec5c hue: 0.24 , saturation: 0.79 and the lightness value of afec5c is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 01011100
Octal 257 354 134
Decimal 175 236 92
Hex AF EC 5C

RGB Percentages of Color #afec5c

%34.79
%46.92
%18.29

CMYK Percentages of Color #afec5c

%26
%0
%61
%7

Triadic Colors of #afec5c

#afec5c #5cafec #ec5caf

Analogous Colors of #afec5c

#afec5c #67ec5c #ece15c

Monochromatic Colors of #afec5c

#afec5c

Complementary Color

#afec5c #995cec

#afec5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afec5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afec5c Color CSS Codes

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

#afec5c Text Font Color

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

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


#afec5c Background Color

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

This div background color is #afec5c


#afec5c Border Color

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

This div border color is #afec5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afec5c


Comments

No comments written yet.

Please login to write comment.