Color Hex Logo

#adcdd8 Color Hex

#ADCDD8
(173,205,216)
0 Favorites   0 Comments

Color spaces of #adcdd8

RGB 173205216
HSL0.540.360.76
HSV195°20°85°
CMYK 0.200.050.00   0.15
XYZ51.459657.504773.3531
Yxy57.50470.28230.3154
Hunter Lab75.8319-11.5754-4.2697
CIE-Lab80.4626-8.2699-9.0124

#adcdd8 color RGB value is (173,205,216).

#adcdd8 hex color red value is 173, green value is 205 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #adcdd8 hue: 0.54 , saturation: 0.36 and the lightness value of adcdd8 is 0.76.

The process color (four color CMYK) of #adcdd8 color hex is 0.20, 0.05, 0.00, 0.15. Web safe color of #adcdd8 is #99cccc. Color #adcdd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 11011000
Octal 255 315 330
Decimal 173 205 216
Hex AD CD D8

RGB Percentages of Color #adcdd8

%29.12
%34.51
%36.36

CMYK Percentages of Color #adcdd8

%20
%5
%0
%15

Triadic Colors of #adcdd8

#adcdd8 #d8adcd #cdd8ad

Analogous Colors of #adcdd8

#adcdd8 #adb8d8 #add8ce

Monochromatic Colors of #adcdd8

#adcdd8

Complementary Color

#adcdd8 #d8b8ad

#adcdd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcdd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcdd8 Color CSS Codes

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

#adcdd8 Text Font Color

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

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


#adcdd8 Background Color

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

This div background color is #adcdd8


#adcdd8 Border Color

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

This div border color is #adcdd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcdd8

#adcdd8 Color Palettes


Comments

No comments written yet.

Please login to write comment.