Color Hex Logo

#adceb7 Color Hex

#ADCEB7
(173,206,183)
0 Favorites   0 Comments

Color spaces of #adceb7

RGB 173206183
HSL0.380.250.74
HSV138°16°81°
CMYK 0.160.000.11   0.19
XYZ47.852156.445753.1728
Yxy56.44570.30390.3585
Hunter Lab75.1304-17.787710.6293
CIE-Lab79.8668-15.45627.7903

#adceb7 color RGB value is (173,206,183).

#adceb7 hex color red value is 173, green value is 206 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #adceb7 hue: 0.38 , saturation: 0.25 and the lightness value of adceb7 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001110 10110111
Octal 255 316 267
Decimal 173 206 183
Hex AD CE B7

RGB Percentages of Color #adceb7

%30.78
%36.65
%32.56

CMYK Percentages of Color #adceb7

%16
%0
%11
%19

Triadic Colors of #adceb7

#adceb7 #b7adce #ceb7ad

Analogous Colors of #adceb7

#adceb7 #adcec8 #b4cead

Monochromatic Colors of #adceb7

#adceb7

Complementary Color

#adceb7 #ceadc4

#adceb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adceb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adceb7 Color CSS Codes

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

#adceb7 Text Font Color

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

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


#adceb7 Background Color

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

This div background color is #adceb7


#adceb7 Border Color

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

This div border color is #adceb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adceb7


Comments

No comments written yet.

Please login to write comment.