Color Hex Logo

#adfac4 Color Hex

#ADFAC4
(173,250,196)
0 Favorites   0 Comments

Color spaces of #adfac4

RGB 173250196
HSL0.380.890.83
HSV138°31°98°
CMYK 0.310.000.22   0.02
XYZ61.383081.241064.6704
Yxy81.24100.29610.3919
Hunter Lab90.1338-36.171920.5535
CIE-Lab92.2388-34.358118.5016

#adfac4 color RGB value is (173,250,196).

#adfac4 hex color red value is 173, green value is 250 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #adfac4 hue: 0.38 , saturation: 0.89 and the lightness value of adfac4 is 0.83.

The process color (four color CMYK) of #adfac4 color hex is 0.31, 0.00, 0.22, 0.02. Web safe color of #adfac4 is #99ffcc. Color #adfac4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111010 11000100
Octal 255 372 304
Decimal 173 250 196
Hex AD FA C4

RGB Percentages of Color #adfac4

%27.95
%40.39
%31.66

CMYK Percentages of Color #adfac4

%31
%0
%22
%2

Triadic Colors of #adfac4

#adfac4 #c4adfa #fac4ad

Analogous Colors of #adfac4

#adfac4 #adfaeb #bdfaad

Monochromatic Colors of #adfac4

#adfac4

Complementary Color

#adfac4 #faade3

#adfac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfac4 Color CSS Codes

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

#adfac4 Text Font Color

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

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


#adfac4 Background Color

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

This div background color is #adfac4


#adfac4 Border Color

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

This div border color is #adfac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfac4


Comments

No comments written yet.

Please login to write comment.