Color Hex Logo

#adfabd Color Hex

#ADFABD
(173,250,189)
0 Favorites   0 Comments

Color spaces of #adfabd

RGB 173250189
HSL0.370.890.83
HSV132°31°98°
CMYK 0.310.000.24   0.02
XYZ60.604580.929660.5709
Yxy80.92960.29990.4004
Hunter Lab89.9609-37.180323.0525
CIE-Lab92.1004-35.596221.8930

#adfabd color RGB value is (173,250,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111010 10111101
Octal 255 372 275
Decimal 173 250 189
Hex AD FA BD

RGB Percentages of Color #adfabd

%28.27
%40.85
%30.88

CMYK Percentages of Color #adfabd

%31
%0
%24
%2

Triadic Colors of #adfabd

#adfabd #bdadfa #fabdad

Analogous Colors of #adfabd

#adfabd #adfae4 #c4faad

Monochromatic Colors of #adfabd

#adfabd

Complementary Color

#adfabd #faadea

#adfabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfabd Color CSS Codes

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

#adfabd Text Font Color

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

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


#adfabd Background Color

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

This div background color is #adfabd


#adfabd Border Color

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

This div border color is #adfabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfabd


Comments

No comments written yet.

Please login to write comment.