Color Hex Logo

#adfdbb Color Hex

#ADFDBB
(173,253,187)
0 Favorites   0 Comments

Color spaces of #adfdbb

RGB 173253187
HSL0.360.950.84
HSV131°32°99°
CMYK 0.320.000.26   0.01
XYZ61.328582.722759.7484
Yxy82.72270.30090.4059
Hunter Lab90.9520-38.804424.7175
CIE-Lab92.8929-37.305424.0074

#adfdbb color RGB value is (173,253,187).

#adfdbb hex color red value is 173, green value is 253 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #adfdbb hue: 0.36 , saturation: 0.95 and the lightness value of adfdbb is 0.84.

The process color (four color CMYK) of #adfdbb color hex is 0.32, 0.00, 0.26, 0.01. Web safe color of #adfdbb is #99ffcc. Color #adfdbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111101 10111011
Octal 255 375 273
Decimal 173 253 187
Hex AD FD BB

RGB Percentages of Color #adfdbb

%28.22
%41.27
%30.51

CMYK Percentages of Color #adfdbb

%32
%0
%26
%1

Triadic Colors of #adfdbb

#adfdbb #bbadfd #fdbbad

Analogous Colors of #adfdbb

#adfdbb #adfde3 #c7fdad

Monochromatic Colors of #adfdbb

#adfdbb

Complementary Color

#adfdbb #fdadef

#adfdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfdbb Color CSS Codes

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

#adfdbb Text Font Color

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

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


#adfdbb Background Color

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

This div background color is #adfdbb


#adfdbb Border Color

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

This div border color is #adfdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfdbb


Comments

No comments written yet.

Please login to write comment.