Color Hex Logo

#adcdeb Color Hex

#ADCDEB
(173,205,235)
0 Favorites   0 Comments

Color spaces of #adcdeb

RGB 173205235
HSL0.580.610.80
HSV209°26°92°
CMYK 0.260.130.00   0.08
XYZ54.060358.545087.0483
Yxy58.54500.27080.2932
Hunter Lab76.5147-7.7843-13.8920
CIE-Lab81.0409-4.0097-18.3105

#adcdeb color RGB value is (173,205,235).

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

The process color (four color CMYK) of #adcdeb color hex is 0.26, 0.13, 0.00, 0.08. Web safe color of #adcdeb is #99ccff. Color #adcdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 11101011
Octal 255 315 353
Decimal 173 205 235
Hex AD CD EB

RGB Percentages of Color #adcdeb

%28.22
%33.44
%38.34

CMYK Percentages of Color #adcdeb

%26
%13
%0
%8

Triadic Colors of #adcdeb

#adcdeb #ebadcd #cdebad

Analogous Colors of #adcdeb

#adcdeb #adaeeb #adebea

Monochromatic Colors of #adcdeb

#adcdeb

Complementary Color

#adcdeb #ebcbad

#adcdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcdeb Color CSS Codes

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

#adcdeb Text Font Color

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

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


#adcdeb Background Color

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

This div background color is #adcdeb


#adcdeb Border Color

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

This div border color is #adcdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcdeb


Comments

No comments written yet.

Please login to write comment.