Color Hex Logo

#afee64 Color Hex

#AFEE64
(175,238,100)
0 Favorites   0 Comments

Color spaces of #afee64

RGB 175238100
HSL0.240.800.66
HSV87°58°93°
CMYK 0.260.000.58   0.07
XYZ50.554071.183123.1318
Yxy71.18310.34900.4914
Hunter Lab84.3701-40.691642.8035
CIE-Lab87.5739-41.326659.2374

#afee64 color RGB value is (175,238,100).

#afee64 hex color red value is 175, green value is 238 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #afee64 hue: 0.24 , saturation: 0.80 and the lightness value of afee64 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 01100100
Octal 257 356 144
Decimal 175 238 100
Hex AF EE 64

RGB Percentages of Color #afee64

%34.11
%46.39
%19.49

CMYK Percentages of Color #afee64

%26
%0
%58
%7

Triadic Colors of #afee64

#afee64 #64afee #ee64af

Analogous Colors of #afee64

#afee64 #6aee64 #eee864

Monochromatic Colors of #afee64

#afee64

Complementary Color

#afee64 #a364ee

#afee64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afee64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afee64 Color CSS Codes

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

#afee64 Text Font Color

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

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


#afee64 Background Color

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

This div background color is #afee64


#afee64 Border Color

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

This div border color is #afee64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afee64


Comments

No comments written yet.

Please login to write comment.