Color Hex Logo

#adf0bd Color Hex

#ADF0BD
(173,240,189)
0 Favorites   0 Comments

Color spaces of #adf0bd

RGB 173240189
HSL0.370.690.81
HSV134°28°94°
CMYK 0.280.000.21   0.06
XYZ57.579074.878559.5624
Yxy74.87850.29990.3900
Hunter Lab86.5324-32.657019.7619
CIE-Lab89.3361-30.965018.0450

#adf0bd color RGB value is (173,240,189).

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

The process color (four color CMYK) of #adf0bd color hex is 0.28, 0.00, 0.21, 0.06. Web safe color of #adf0bd is #99ffcc. Color #adf0bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110000 10111101
Octal 255 360 275
Decimal 173 240 189
Hex AD F0 BD

RGB Percentages of Color #adf0bd

%28.74
%39.87
%31.40

CMYK Percentages of Color #adf0bd

%28
%0
%21
%6

Triadic Colors of #adf0bd

#adf0bd #bdadf0 #f0bdad

Analogous Colors of #adf0bd

#adf0bd #adf0df #bff0ad

Monochromatic Colors of #adf0bd

#adf0bd

Complementary Color

#adf0bd #f0ade0

#adf0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf0bd Color CSS Codes

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

#adf0bd Text Font Color

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

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


#adf0bd Background Color

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

This div background color is #adf0bd


#adf0bd Border Color

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

This div border color is #adf0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf0bd


Comments

No comments written yet.

Please login to write comment.