Color Hex Logo

#afeaab Color Hex

#AFEAAB
(175,234,171)
0 Favorites   0 Comments

Color spaces of #afeaab

RGB 175234171
HSL0.320.600.79
HSV116°27°92°
CMYK 0.250.000.27   0.08
XYZ54.452770.899949.3432
Yxy70.89990.31170.4058
Hunter Lab84.2021-31.919324.1970
CIE-Lab87.4364-30.576624.7169

#afeaab color RGB value is (175,234,171).

#afeaab hex color red value is 175, green value is 234 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #afeaab hue: 0.32 , saturation: 0.60 and the lightness value of afeaab is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 10101011
Octal 257 352 253
Decimal 175 234 171
Hex AF EA AB

RGB Percentages of Color #afeaab

%30.17
%40.34
%29.48

CMYK Percentages of Color #afeaab

%25
%0
%27
%8

Triadic Colors of #afeaab

#afeaab #abafea #eaabaf

Analogous Colors of #afeaab

#afeaab #abeac7 #cfeaab

Monochromatic Colors of #afeaab

#afeaab

Complementary Color

#afeaab #e6abea

#afeaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeaab Color CSS Codes

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

#afeaab Text Font Color

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

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


#afeaab Background Color

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

This div background color is #afeaab


#afeaab Border Color

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

This div border color is #afeaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeaab


Comments

No comments written yet.

Please login to write comment.