Color Hex Logo

#afec28 Color Hex

#AFEC28
(175,236,40)
1 Favorites   0 Comments

Color spaces of #afec28

RGB 17523640
HSL0.220.840.54
HSV79°83°93°
CMYK 0.260.000.83   0.07
XYZ48.057769.258112.8427
Yxy69.25810.36920.5321
Hunter Lab83.2215-42.559649.1054
CIE-Lab86.6317-44.046378.8678

#afec28 color RGB value is (175,236,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 00101000
Octal 257 354 50
Decimal 175 236 40
Hex AF EC 28

RGB Percentages of Color #afec28

%38.80
%52.33
%8.87

CMYK Percentages of Color #afec28

%26
%0
%83
%7

Triadic Colors of #afec28

#afec28 #28afec #ec28af

Analogous Colors of #afec28

#afec28 #4dec28 #ecc728

Monochromatic Colors of #afec28

#afec28

Complementary Color

#afec28 #6528ec

#afec28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afec28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afec28 Color CSS Codes

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

#afec28 Text Font Color

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

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


#afec28 Background Color

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

This div background color is #afec28


#afec28 Border Color

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

This div border color is #afec28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afec28

#afec28 Color Palettes


Comments

No comments written yet.

Please login to write comment.