Color Hex Logo

#afebaa Color Hex

#AFEBAA
(175,235,170)
0 Favorites   0 Comments

Color spaces of #afebaa

RGB 175235170
HSL0.320.620.79
HSV115°28°92°
CMYK 0.260.000.28   0.08
XYZ54.643271.432948.9381
Yxy71.43290.31220.4082
Hunter Lab84.5180-32.501324.8321
CIE-Lab87.6949-31.207325.5842

#afebaa color RGB value is (175,235,170).

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

The process color (four color CMYK) of #afebaa color hex is 0.26, 0.00, 0.28, 0.08. Web safe color of #afebaa is #99ff99. Color #afebaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 10101010
Octal 257 353 252
Decimal 175 235 170
Hex AF EB AA

RGB Percentages of Color #afebaa

%30.17
%40.52
%29.31

CMYK Percentages of Color #afebaa

%26
%0
%28
%8

Triadic Colors of #afebaa

#afebaa #aaafeb #ebaaaf

Analogous Colors of #afebaa

#afebaa #aaebc6 #d0ebaa

Monochromatic Colors of #afebaa

#afebaa

Complementary Color

#afebaa #e6aaeb

#afebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afebaa Color CSS Codes

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

#afebaa Text Font Color

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

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


#afebaa Background Color

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

This div background color is #afebaa


#afebaa Border Color

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

This div border color is #afebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afebaa


Comments

No comments written yet.

Please login to write comment.