Color Hex Logo

#afecab Color Hex

#AFECAB
(175,236,171)
0 Favorites   0 Comments

Color spaces of #afecab

RGB 175236171
HSL0.320.630.80
HSV116°28°93°
CMYK 0.260.000.28   0.07
XYZ55.025372.045149.5340
Yxy72.04510.31160.4079
Hunter Lab84.8794-32.821624.8150
CIE-Lab87.9903-31.513725.4742

#afecab color RGB value is (175,236,171).

#afecab hex color red value is 175, green value is 236 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #afecab hue: 0.32 , saturation: 0.63 and the lightness value of afecab is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 10101011
Octal 257 354 253
Decimal 175 236 171
Hex AF EC AB

RGB Percentages of Color #afecab

%30.07
%40.55
%29.38

CMYK Percentages of Color #afecab

%26
%0
%28
%7

Triadic Colors of #afecab

#afecab #abafec #ecabaf

Analogous Colors of #afecab

#afecab #abecc8 #d0ecab

Monochromatic Colors of #afecab

#afecab

Complementary Color

#afecab #e8abec

#afecab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afecab Color Preview on White Background

Lorem ipsum dolor sit amet.

#afecab Color CSS Codes

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

#afecab Text Font Color

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

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


#afecab Background Color

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

This div background color is #afecab


#afecab Border Color

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

This div border color is #afecab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afecab


Comments

No comments written yet.

Please login to write comment.