Color Hex Logo

#adcbeb Color Hex

#ADCBEB
(173,203,235)
0 Favorites   0 Comments

Color spaces of #adcbeb

RGB 173203235
HSL0.590.610.80
HSV211°26°92°
CMYK 0.260.140.00   0.08
XYZ53.584957.594386.8898
Yxy57.59430.27050.2908
Hunter Lab75.8909-6.7742-14.7593
CIE-Lab80.5127-2.9511-19.1083

#adcbeb color RGB value is (173,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 11101011
Octal 255 313 353
Decimal 173 203 235
Hex AD CB EB

RGB Percentages of Color #adcbeb

%28.31
%33.22
%38.46

CMYK Percentages of Color #adcbeb

%26
%14
%0
%8

Triadic Colors of #adcbeb

#adcbeb #ebadcb #cbebad

Analogous Colors of #adcbeb

#adcbeb #aeadeb #adeaeb

Monochromatic Colors of #adcbeb

#adcbeb

Complementary Color

#adcbeb #ebcdad

#adcbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcbeb Color CSS Codes

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

#adcbeb Text Font Color

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

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


#adcbeb Background Color

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

This div background color is #adcbeb


#adcbeb Border Color

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

This div border color is #adcbeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,203,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 #adcbeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcbeb


Comments

No comments written yet.

Please login to write comment.