Color Hex Logo

#adcdce Color Hex

#ADCDCE
(173,205,206)
0 Favorites   0 Comments

Color spaces of #adcdce

RGB 173205206
HSL0.510.250.74
HSV182°16°81°
CMYK 0.160.000.00   0.19
XYZ50.205557.003166.7491
Yxy57.00310.28860.3277
Hunter Lab75.5004-13.42850.4326
CIE-Lab80.1813-10.3952-4.0695

#adcdce color RGB value is (173,205,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 11001110
Octal 255 315 316
Decimal 173 205 206
Hex AD CD CE

RGB Percentages of Color #adcdce

%29.62
%35.10
%35.27

CMYK Percentages of Color #adcdce

%16
%0
%0
%19

Triadic Colors of #adcdce

#adcdce #ceadcd #cdcead

Analogous Colors of #adcdce

#adcdce #adbdce #adcebf

Monochromatic Colors of #adcdce

#adcdce

Complementary Color

#adcdce #ceaead

#adcdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcdce Color CSS Codes

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

#adcdce Text Font Color

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

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


#adcdce Background Color

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

This div background color is #adcdce


#adcdce Border Color

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

This div border color is #adcdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcdce


Comments

No comments written yet.

Please login to write comment.