Color Hex Logo

#adcdd5 Color Hex

#ADCDD5
(173,205,213)
0 Favorites   0 Comments

Color spaces of #adcdd5

RGB 173205213
HSL0.530.320.76
HSV192°19°84°
CMYK 0.190.040.00   0.16
XYZ51.075157.351071.3287
Yxy57.35100.28410.3191
Hunter Lab75.7304-12.1420-2.8325
CIE-Lab80.3766-8.9167-7.5327

#adcdd5 color RGB value is (173,205,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 11010101
Octal 255 315 325
Decimal 173 205 213
Hex AD CD D5

RGB Percentages of Color #adcdd5

%29.27
%34.69
%36.04

CMYK Percentages of Color #adcdd5

%19
%4
%0
%16

Triadic Colors of #adcdd5

#adcdd5 #d5adcd #cdd5ad

Analogous Colors of #adcdd5

#adcdd5 #adb9d5 #add5c9

Monochromatic Colors of #adcdd5

#adcdd5

Complementary Color

#adcdd5 #d5b5ad

#adcdd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcdd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcdd5 Color CSS Codes

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

#adcdd5 Text Font Color

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

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


#adcdd5 Background Color

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

This div background color is #adcdd5


#adcdd5 Border Color

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

This div border color is #adcdd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcdd5


Comments

No comments written yet.

Please login to write comment.