Color Hex Logo

#a4cfad Color Hex

#A4CFAD
(164,207,173)
0 Favorites   0 Comments

Color spaces of #a4cfad

RGB 164207173
HSL0.370.310.73
HSV133°21°81°
CMYK 0.210.000.16   0.19
XYZ45.165555.535347.8741
Yxy55.53530.30400.3738
Hunter Lab74.5220-22.230214.0766
CIE-Lab79.3486-20.810412.3125

#a4cfad color RGB value is (164,207,173).

#a4cfad hex color red value is 164, green value is 207 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a4cfad hue: 0.37 , saturation: 0.31 and the lightness value of a4cfad is 0.73.

The process color (four color CMYK) of #a4cfad color hex is 0.21, 0.00, 0.16, 0.19. Web safe color of #a4cfad is #99cc99. Color #a4cfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001111 10101101
Octal 244 317 255
Decimal 164 207 173
Hex A4 CF AD

RGB Percentages of Color #a4cfad

%30.15
%38.05
%31.80

CMYK Percentages of Color #a4cfad

%21
%0
%16
%19

Triadic Colors of #a4cfad

#a4cfad #ada4cf #cfada4

Analogous Colors of #a4cfad

#a4cfad #a4cfc3 #b1cfa4

Monochromatic Colors of #a4cfad

#a4cfad

Complementary Color

#a4cfad #cfa4c6

#a4cfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4cfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4cfad Color CSS Codes

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

#a4cfad Text Font Color

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

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


#a4cfad Background Color

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

This div background color is #a4cfad


#a4cfad Border Color

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

This div border color is #a4cfad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,207,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4cfad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4cfad;
  -webkit-box-shadow: 1px 1px 3px 2px #a4cfad;
  box-shadow:         1px 1px 3px 2px #a4cfad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,207,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4cfad


Comments

No comments written yet.

Please login to write comment.