Color Hex Logo

#adf6bd Color Hex

#ADF6BD
(173,246,189)
0 Favorites   0 Comments

Color spaces of #adf6bd

RGB 173246189
HSL0.370.800.82
HSV133°30°96°
CMYK 0.300.000.23   0.04
XYZ59.374778.469960.1609
Yxy78.46990.29990.3963
Hunter Lab88.5832-35.377421.7417
CIE-Lab90.9939-33.757820.3573

#adf6bd color RGB value is (173,246,189).

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

The process color (four color CMYK) of #adf6bd color hex is 0.30, 0.00, 0.23, 0.04. Web safe color of #adf6bd is #99ffcc. Color #adf6bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110110 10111101
Octal 255 366 275
Decimal 173 246 189
Hex AD F6 BD

RGB Percentages of Color #adf6bd

%28.45
%40.46
%31.09

CMYK Percentages of Color #adf6bd

%30
%0
%23
%4

Triadic Colors of #adf6bd

#adf6bd #bdadf6 #f6bdad

Analogous Colors of #adf6bd

#adf6bd #adf6e2 #c2f6ad

Monochromatic Colors of #adf6bd

#adf6bd

Complementary Color

#adf6bd #f6ade6

#adf6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf6bd Color CSS Codes

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

#adf6bd Text Font Color

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

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


#adf6bd Background Color

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

This div background color is #adf6bd


#adf6bd Border Color

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

This div border color is #adf6bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,246,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 #adf6bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf6bd


Comments

No comments written yet.

Please login to write comment.