Color Hex Logo

#adbbeb Color Hex

#ADBBEB
(173,187,235)
0 Favorites   0 Comments

Color spaces of #adbbeb

RGB 173187235
HSL0.630.610.80
HSV226°26°92°
CMYK 0.260.200.00   0.08
XYZ49.999350.423085.6946
Yxy50.42300.26860.2709
Hunter Lab71.00921.4202-21.8454
CIE-Lab76.32825.6592-25.4685

#adbbeb color RGB value is (173,187,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111011 11101011
Octal 255 273 353
Decimal 173 187 235
Hex AD BB EB

RGB Percentages of Color #adbbeb

%29.08
%31.43
%39.50

CMYK Percentages of Color #adbbeb

%26
%20
%0
%8

Triadic Colors of #adbbeb

#adbbeb #ebadbb #bbebad

Analogous Colors of #adbbeb

#adbbeb #beadeb #addaeb

Monochromatic Colors of #adbbeb

#adbbeb

Complementary Color

#adbbeb #ebddad

#adbbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbbeb Color CSS Codes

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

#adbbeb Text Font Color

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

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


#adbbeb Background Color

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

This div background color is #adbbeb


#adbbeb Border Color

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

This div border color is #adbbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbbeb


Comments

No comments written yet.

Please login to write comment.