Color Hex Logo

#adceb5 Color Hex

#ADCEB5
(173,206,181)
0 Favorites   0 Comments

Color spaces of #adceb5

RGB 173206181
HSL0.370.250.74
HSV135°16°81°
CMYK 0.160.000.12   0.19
XYZ47.645456.363052.0840
Yxy56.36300.30520.3611
Hunter Lab75.0753-18.099411.4199
CIE-Lab79.8200-15.82788.7920

#adceb5 color RGB value is (173,206,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001110 10110101
Octal 255 316 265
Decimal 173 206 181
Hex AD CE B5

RGB Percentages of Color #adceb5

%30.89
%36.79
%32.32

CMYK Percentages of Color #adceb5

%16
%0
%12
%19

Triadic Colors of #adceb5

#adceb5 #b5adce #ceb5ad

Analogous Colors of #adceb5

#adceb5 #adcec6 #b6cead

Monochromatic Colors of #adceb5

#adceb5

Complementary Color

#adceb5 #ceadc6

#adceb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adceb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adceb5 Color CSS Codes

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

#adceb5 Text Font Color

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

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


#adceb5 Background Color

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

This div background color is #adceb5


#adceb5 Border Color

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

This div border color is #adceb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adceb5


Comments

No comments written yet.

Please login to write comment.