Color Hex Logo

#afcaae Color Hex

#AFCAAE
(175,202,174)
1 Favorites   0 Comments

Color spaces of #afcaae

RGB 175202174
HSL0.330.210.74
HSV118°14°79°
CMYK 0.130.000.14   0.21
XYZ46.439754.411048.0991
Yxy54.41100.31180.3653
Hunter Lab73.7638-16.707912.9735
CIE-Lab78.7008-14.382810.9577

#afcaae color RGB value is (175,202,174).

#afcaae hex color red value is 175, green value is 202 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #afcaae hue: 0.33 , saturation: 0.21 and the lightness value of afcaae is 0.74.

The process color (four color CMYK) of #afcaae color hex is 0.13, 0.00, 0.14, 0.21. Web safe color of #afcaae is #99cc99. Color #afcaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 10101110
Octal 257 312 256
Decimal 175 202 174
Hex AF CA AE

RGB Percentages of Color #afcaae

%31.76
%36.66
%31.58

CMYK Percentages of Color #afcaae

%13
%0
%14
%21

Triadic Colors of #afcaae

#afcaae #aeafca #caaeaf

Analogous Colors of #afcaae

#afcaae #aecabb #bdcaae

Monochromatic Colors of #afcaae

#afcaae

Complementary Color

#afcaae #c9aeca

#afcaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcaae Color CSS Codes

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

#afcaae Text Font Color

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

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


#afcaae Background Color

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

This div background color is #afcaae


#afcaae Border Color

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

This div border color is #afcaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcaae


Comments

No comments written yet.

Please login to write comment.