Color Hex Logo

#afeaa1 Color Hex

#AFEAA1
(175,234,161)
0 Favorites   0 Comments

Color spaces of #afeaa1

RGB 175234161
HSL0.300.630.77
HSV108°31°92°
CMYK 0.250.000.31   0.08
XYZ53.535070.532844.5108
Yxy70.53280.31760.4184
Hunter Lab83.9838-33.187927.3654
CIE-Lab87.2575-32.151829.5968

#afeaa1 color RGB value is (175,234,161).

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

The process color (four color CMYK) of #afeaa1 color hex is 0.25, 0.00, 0.31, 0.08. Web safe color of #afeaa1 is #99ff99. Color #afeaa1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 10100001
Octal 257 352 241
Decimal 175 234 161
Hex AF EA A1

RGB Percentages of Color #afeaa1

%30.70
%41.05
%28.25

CMYK Percentages of Color #afeaa1

%25
%0
%31
%8

Triadic Colors of #afeaa1

#afeaa1 #a1afea #eaa1af

Analogous Colors of #afeaa1

#afeaa1 #a1eab8 #d4eaa1

Monochromatic Colors of #afeaa1

#afeaa1

Complementary Color

#afeaa1 #dca1ea

#afeaa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeaa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeaa1 Color CSS Codes

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

#afeaa1 Text Font Color

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

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


#afeaa1 Background Color

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

This div background color is #afeaa1


#afeaa1 Border Color

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

This div border color is #afeaa1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,234,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 #afeaa1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeaa1


Comments

No comments written yet.

Please login to write comment.