Color Hex Logo

#adcfbb Color Hex

#ADCFBB
(173,207,187)
0 Favorites   0 Comments

Color spaces of #adcfbb

RGB 173207187
HSL0.400.260.75
HSV145°16°81°
CMYK 0.160.000.10   0.19
XYZ48.516057.097755.4776
Yxy57.09770.30120.3544
Hunter Lab75.5630-17.62769.3640
CIE-Lab80.2345-15.21006.1808

#adcfbb color RGB value is (173,207,187).

#adcfbb hex color red value is 173, green value is 207 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #adcfbb hue: 0.40 , saturation: 0.26 and the lightness value of adcfbb is 0.75.

The process color (four color CMYK) of #adcfbb color hex is 0.16, 0.00, 0.10, 0.19. Web safe color of #adcfbb is #99cccc. Color #adcfbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 10111011
Octal 255 317 273
Decimal 173 207 187
Hex AD CF BB

RGB Percentages of Color #adcfbb

%30.51
%36.51
%32.98

CMYK Percentages of Color #adcfbb

%16
%0
%10
%19

Triadic Colors of #adcfbb

#adcfbb #bbadcf #cfbbad

Analogous Colors of #adcfbb

#adcfbb #adcfcc #b0cfad

Monochromatic Colors of #adcfbb

#adcfbb

Complementary Color

#adcfbb #cfadc1

#adcfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcfbb Color CSS Codes

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

#adcfbb Text Font Color

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

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


#adcfbb Background Color

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

This div background color is #adcfbb


#adcfbb Border Color

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

This div border color is #adcfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcfbb


Comments

No comments written yet.

Please login to write comment.