Color Hex Logo

#adcde9 Color Hex

#ADCDE9
(173,205,233)
0 Favorites   0 Comments

Color spaces of #adcde9

RGB 173205233
HSL0.580.580.80
HSV208°26°91°
CMYK 0.260.120.00   0.09
XYZ53.772958.430185.5348
Yxy58.43010.27190.2955
Hunter Lab76.4396-8.2000-12.8370
CIE-Lab80.9773-4.4713-17.3379

#adcde9 color RGB value is (173,205,233).

#adcde9 hex color red value is 173, green value is 205 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #adcde9 hue: 0.58 , saturation: 0.58 and the lightness value of adcde9 is 0.80.

The process color (four color CMYK) of #adcde9 color hex is 0.26, 0.12, 0.00, 0.09. Web safe color of #adcde9 is #99ccff. Color #adcde9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 11101001
Octal 255 315 351
Decimal 173 205 233
Hex AD CD E9

RGB Percentages of Color #adcde9

%28.31
%33.55
%38.13

CMYK Percentages of Color #adcde9

%26
%12
%0
%9

Triadic Colors of #adcde9

#adcde9 #e9adcd #cde9ad

Analogous Colors of #adcde9

#adcde9 #adafe9 #ade9e7

Monochromatic Colors of #adcde9

#adcde9

Complementary Color

#adcde9 #e9c9ad

#adcde9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcde9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcde9 Color CSS Codes

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

#adcde9 Text Font Color

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

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


#adcde9 Background Color

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

This div background color is #adcde9


#adcde9 Border Color

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

This div border color is #adcde9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcde9


Comments

No comments written yet.

Please login to write comment.