Color Hex Logo

#adcdd1 Color Hex

#ADCDD1
(173,205,209)
0 Favorites   0 Comments

Color spaces of #adcdd1

RGB 173205209
HSL0.520.280.75
HSV187°17°82°
CMYK 0.170.020.00   0.18
XYZ50.573557.150368.6872
Yxy57.15030.28670.3240
Hunter Lab75.5978-12.8831-0.9517
CIE-Lab80.2641-9.7666-5.5556

#adcdd1 color RGB value is (173,205,209).

#adcdd1 hex color red value is 173, green value is 205 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #adcdd1 hue: 0.52 , saturation: 0.28 and the lightness value of adcdd1 is 0.75.

The process color (four color CMYK) of #adcdd1 color hex is 0.17, 0.02, 0.00, 0.18. Web safe color of #adcdd1 is #99cccc. Color #adcdd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 11010001
Octal 255 315 321
Decimal 173 205 209
Hex AD CD D1

RGB Percentages of Color #adcdd1

%29.47
%34.92
%35.60

CMYK Percentages of Color #adcdd1

%17
%2
%0
%18

Triadic Colors of #adcdd1

#adcdd1 #d1adcd #cdd1ad

Analogous Colors of #adcdd1

#adcdd1 #adbbd1 #add1c3

Monochromatic Colors of #adcdd1

#adcdd1

Complementary Color

#adcdd1 #d1b1ad

#adcdd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcdd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcdd1 Color CSS Codes

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

#adcdd1 Text Font Color

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

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


#adcdd1 Background Color

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

This div background color is #adcdd1


#adcdd1 Border Color

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

This div border color is #adcdd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcdd1


Comments

No comments written yet.

Please login to write comment.