Color Hex Logo

#adf3bd Color Hex

#ADF3BD
(173,243,189)
0 Favorites   0 Comments

Color spaces of #adf3bd

RGB 173243189
HSL0.370.740.82
HSV134°29°95°
CMYK 0.290.000.22   0.05
XYZ58.469576.659559.8592
Yxy76.65950.29990.3931
Hunter Lab87.5554-34.019720.7539
CIE-Lab90.1647-32.366719.2024

#adf3bd color RGB value is (173,243,189).

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

The process color (four color CMYK) of #adf3bd color hex is 0.29, 0.00, 0.22, 0.05. Web safe color of #adf3bd is #99ffcc. Color #adf3bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110011 10111101
Octal 255 363 275
Decimal 173 243 189
Hex AD F3 BD

RGB Percentages of Color #adf3bd

%28.60
%40.17
%31.24

CMYK Percentages of Color #adf3bd

%29
%0
%22
%5

Triadic Colors of #adf3bd

#adf3bd #bdadf3 #f3bdad

Analogous Colors of #adf3bd

#adf3bd #adf3e0 #c0f3ad

Monochromatic Colors of #adf3bd

#adf3bd

Complementary Color

#adf3bd #f3ade3

#adf3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf3bd Color CSS Codes

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

#adf3bd Text Font Color

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

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


#adf3bd Background Color

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

This div background color is #adf3bd


#adf3bd Border Color

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

This div border color is #adf3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf3bd


Comments

No comments written yet.

Please login to write comment.