Color Hex Logo

#adceb0 Color Hex

#ADCEB0
(173,206,176)
0 Favorites   0 Comments

Color spaces of #adceb0

RGB 173206176
HSL0.350.250.74
HSV125°16°81°
CMYK 0.160.000.15   0.19
XYZ47.141456.161449.4299
Yxy56.16140.30870.3677
Hunter Lab74.9409-18.861613.3518
CIE-Lab79.7056-16.740311.2981

#adceb0 color RGB value is (173,206,176).

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

The process color (four color CMYK) of #adceb0 color hex is 0.16, 0.00, 0.15, 0.19. Web safe color of #adceb0 is #99cc99. Color #adceb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001110 10110000
Octal 255 316 260
Decimal 173 206 176
Hex AD CE B0

RGB Percentages of Color #adceb0

%31.17
%37.12
%31.71

CMYK Percentages of Color #adceb0

%16
%0
%15
%19

Triadic Colors of #adceb0

#adceb0 #b0adce #ceb0ad

Analogous Colors of #adceb0

#adceb0 #adcec1 #bbcead

Monochromatic Colors of #adceb0

#adceb0

Complementary Color

#adceb0 #ceadcb

#adceb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adceb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adceb0 Color CSS Codes

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

#adceb0 Text Font Color

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

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


#adceb0 Background Color

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

This div background color is #adceb0


#adceb0 Border Color

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

This div border color is #adceb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adceb0


Comments

No comments written yet.

Please login to write comment.