Color Hex Logo

#afeab4 Color Hex

#AFEAB4
(175,234,180)
0 Favorites   0 Comments

Color spaces of #afeab4

RGB 175234180
HSL0.350.580.80
HSV125°25°92°
CMYK 0.250.000.23   0.08
XYZ55.340271.254954.0168
Yxy71.25490.30640.3945
Hunter Lab84.4126-30.699021.1483
CIE-Lab87.6087-29.075520.3094

#afeab4 color RGB value is (175,234,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 10110100
Octal 257 352 264
Decimal 175 234 180
Hex AF EA B4

RGB Percentages of Color #afeab4

%29.71
%39.73
%30.56

CMYK Percentages of Color #afeab4

%25
%0
%23
%8

Triadic Colors of #afeab4

#afeab4 #b4afea #eab4af

Analogous Colors of #afeab4

#afeab4 #afead2 #c8eaaf

Monochromatic Colors of #afeab4

#afeab4

Complementary Color

#afeab4 #eaafe5

#afeab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeab4 Color CSS Codes

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

#afeab4 Text Font Color

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

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


#afeab4 Background Color

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

This div background color is #afeab4


#afeab4 Border Color

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

This div border color is #afeab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeab4


Comments

No comments written yet.

Please login to write comment.