Color Hex Logo

#afeeac Color Hex

#AFEEAC
(175,238,172)
0 Favorites   0 Comments

Color spaces of #afeeac

RGB 175238172
HSL0.330.660.80
HSV117°28°93°
CMYK 0.260.000.28   0.07
XYZ55.700173.241650.2311
Yxy73.24160.31090.4088
Hunter Lab85.5813-33.591625.1072
CIE-Lab88.5628-32.284925.7431

#afeeac color RGB value is (175,238,172).

#afeeac hex color red value is 175, green value is 238 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #afeeac hue: 0.33 , saturation: 0.66 and the lightness value of afeeac is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 10101100
Octal 257 356 254
Decimal 175 238 172
Hex AF EE AC

RGB Percentages of Color #afeeac

%29.91
%40.68
%29.40

CMYK Percentages of Color #afeeac

%26
%0
%28
%7

Triadic Colors of #afeeac

#afeeac #acafee #eeacaf

Analogous Colors of #afeeac

#afeeac #aceeca #d0eeac

Monochromatic Colors of #afeeac

#afeeac

Complementary Color

#afeeac #ebacee

#afeeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeeac Color CSS Codes

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

#afeeac Text Font Color

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

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


#afeeac Background Color

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

This div background color is #afeeac


#afeeac Border Color

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

This div border color is #afeeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeeac


Comments

No comments written yet.

Please login to write comment.