Color Hex Logo

#afeab6 Color Hex

#AFEAB6
(175,234,182)
0 Favorites   0 Comments

Color spaces of #afeab6

RGB 175234182
HSL0.350.580.80
HSV127°25°92°
CMYK 0.250.000.22   0.08
XYZ55.545571.337055.0978
Yxy71.33700.30520.3920
Hunter Lab84.4612-30.417520.4454
CIE-Lab87.6485-28.731319.3288

#afeab6 color RGB value is (175,234,182).

#afeab6 hex color red value is 175, green value is 234 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #afeab6 hue: 0.35 , saturation: 0.58 and the lightness value of afeab6 is 0.80.

The process color (four color CMYK) of #afeab6 color hex is 0.25, 0.00, 0.22, 0.08. Web safe color of #afeab6 is #99ffcc. Color #afeab6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 10110110
Octal 257 352 266
Decimal 175 234 182
Hex AF EA B6

RGB Percentages of Color #afeab6

%29.61
%39.59
%30.80

CMYK Percentages of Color #afeab6

%25
%0
%22
%8

Triadic Colors of #afeab6

#afeab6 #b6afea #eab6af

Analogous Colors of #afeab6

#afeab6 #afead4 #c6eaaf

Monochromatic Colors of #afeab6

#afeab6

Complementary Color

#afeab6 #eaafe3

#afeab6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeab6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeab6 Color CSS Codes

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

#afeab6 Text Font Color

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

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


#afeab6 Background Color

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

This div background color is #afeab6


#afeab6 Border Color

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

This div border color is #afeab6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeab6


Comments

No comments written yet.

Please login to write comment.