Color Hex Logo

#adcec5 Color Hex

#ADCEC5
(173,206,197)
0 Favorites   0 Comments

Color spaces of #adcec5

RGB 173206197
HSL0.450.250.74
HSV164°16°81°
CMYK 0.160.000.04   0.19
XYZ49.382957.058161.2339
Yxy57.05810.29450.3403
Hunter Lab75.5368-15.49344.8123
CIE-Lab80.2123-12.74810.7983

#adcec5 color RGB value is (173,206,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001110 11000101
Octal 255 316 305
Decimal 173 206 197
Hex AD CE C5

RGB Percentages of Color #adcec5

%30.03
%35.76
%34.20

CMYK Percentages of Color #adcec5

%16
%0
%4
%19

Triadic Colors of #adcec5

#adcec5 #c5adce #cec5ad

Analogous Colors of #adcec5

#adcec5 #adc7ce #adceb5

Monochromatic Colors of #adcec5

#adcec5

Complementary Color

#adcec5 #ceadb6

#adcec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcec5 Color CSS Codes

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

#adcec5 Text Font Color

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

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


#adcec5 Background Color

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

This div background color is #adcec5


#adcec5 Border Color

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

This div border color is #adcec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcec5


Comments

No comments written yet.

Please login to write comment.