Color Hex Logo

#afec25 Color Hex

#AFEC25
(175,236,37)
0 Favorites   0 Comments

Color spaces of #afec25

RGB 17523637
HSL0.220.840.54
HSV78°84°93°
CMYK 0.260.000.84   0.07
XYZ48.008669.238412.5843
Yxy69.23840.36980.5333
Hunter Lab83.2096-42.629549.2799
CIE-Lab86.6220-44.140179.5133

#afec25 color RGB value is (175,236,37).

#afec25 hex color red value is 175, green value is 236 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #afec25 hue: 0.22 , saturation: 0.84 and the lightness value of afec25 is 0.54.

The process color (four color CMYK) of #afec25 color hex is 0.26, 0.00, 0.84, 0.07. Web safe color of #afec25 is #99ff33. Color #afec25 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 00100101
Octal 257 354 45
Decimal 175 236 37
Hex AF EC 25

RGB Percentages of Color #afec25

%39.06
%52.68
%8.26

CMYK Percentages of Color #afec25

%26
%0
%84
%7

Triadic Colors of #afec25

#afec25 #25afec #ec25af

Analogous Colors of #afec25

#afec25 #4bec25 #ecc625

Monochromatic Colors of #afec25

#afec25

Complementary Color

#afec25 #6225ec

#afec25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afec25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afec25 Color CSS Codes

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

#afec25 Text Font Color

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

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


#afec25 Background Color

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

This div background color is #afec25


#afec25 Border Color

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

This div border color is #afec25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afec25


Comments

No comments written yet.

Please login to write comment.