Color Hex Logo

#afeba7 Color Hex

#AFEBA7
(175,235,167)
0 Favorites   0 Comments

Color spaces of #afeba7

RGB 175235167
HSL0.310.630.79
HSV113°29°92°
CMYK 0.260.000.29   0.08
XYZ54.362671.320647.4603
Yxy71.32060.31400.4119
Hunter Lab84.4515-32.887325.7961
CIE-Lab87.6405-31.685827.0484

#afeba7 color RGB value is (175,235,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 10100111
Octal 257 353 247
Decimal 175 235 167
Hex AF EB A7

RGB Percentages of Color #afeba7

%30.33
%40.73
%28.94

CMYK Percentages of Color #afeba7

%26
%0
%29
%8

Triadic Colors of #afeba7

#afeba7 #a7afeb #eba7af

Analogous Colors of #afeba7

#afeba7 #a7ebc1 #d1eba7

Monochromatic Colors of #afeba7

#afeba7

Complementary Color

#afeba7 #e3a7eb

#afeba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeba7 Color CSS Codes

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

#afeba7 Text Font Color

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

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


#afeba7 Background Color

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

This div background color is #afeba7


#afeba7 Border Color

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

This div border color is #afeba7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeba7


Comments

No comments written yet.

Please login to write comment.