Color Hex Logo

#adbbea Color Hex

#ADBBEA
(173,187,234)
0 Favorites   0 Comments

Color spaces of #adbbea

RGB 173187234
HSL0.630.590.80
HSV226°26°92°
CMYK 0.260.200.00   0.08
XYZ49.855250.365484.9357
Yxy50.36540.26930.2720
Hunter Lab70.96861.2006-21.2807
CIE-Lab76.29305.4226-24.9825

#adbbea color RGB value is (173,187,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111011 11101010
Octal 255 273 352
Decimal 173 187 234
Hex AD BB EA

RGB Percentages of Color #adbbea

%29.12
%31.48
%39.39

CMYK Percentages of Color #adbbea

%26
%20
%0
%8

Triadic Colors of #adbbea

#adbbea #eaadbb #bbeaad

Analogous Colors of #adbbea

#adbbea #beadea #addaea

Monochromatic Colors of #adbbea

#adbbea

Complementary Color

#adbbea #eadcad

#adbbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbbea Color CSS Codes

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

#adbbea Text Font Color

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

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


#adbbea Background Color

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

This div background color is #adbbea


#adbbea Border Color

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

This div border color is #adbbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbbea


Comments

No comments written yet.

Please login to write comment.