Color Hex Logo

#afeea1 Color Hex

#AFEEA1
(175,238,161)
0 Favorites   0 Comments

Color spaces of #afeea1

RGB 175238161
HSL0.300.690.78
HSV109°32°93°
CMYK 0.260.000.32   0.07
XYZ54.686872.836244.8947
Yxy72.83620.31720.4224
Hunter Lab85.3441-34.973028.5518
CIE-Lab88.3695-34.004631.0885

#afeea1 color RGB value is (175,238,161).

#afeea1 hex color red value is 175, green value is 238 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #afeea1 hue: 0.30 , saturation: 0.69 and the lightness value of afeea1 is 0.78.

The process color (four color CMYK) of #afeea1 color hex is 0.26, 0.00, 0.32, 0.07. Web safe color of #afeea1 is #99ff99. Color #afeea1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 10100001
Octal 257 356 241
Decimal 175 238 161
Hex AF EE A1

RGB Percentages of Color #afeea1

%30.49
%41.46
%28.05

CMYK Percentages of Color #afeea1

%26
%0
%32
%7

Triadic Colors of #afeea1

#afeea1 #a1afee #eea1af

Analogous Colors of #afeea1

#afeea1 #a1eeba #d6eea1

Monochromatic Colors of #afeea1

#afeea1

Complementary Color

#afeea1 #e0a1ee

#afeea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeea1 Color CSS Codes

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

#afeea1 Text Font Color

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

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


#afeea1 Background Color

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

This div background color is #afeea1


#afeea1 Border Color

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

This div border color is #afeea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeea1


Comments

No comments written yet.

Please login to write comment.