Color Hex Logo

#adb1ea Color Hex

#ADB1EA
(173,177,234)
0 Favorites   0 Comments

Color spaces of #adb1ea

RGB 173177234
HSL0.660.590.80
HSV236°26°92°
CMYK 0.260.240.00   0.08
XYZ47.807046.269084.2530
Yxy46.26900.26810.2595
Hunter Lab68.02136.4167-25.8232
CIE-Lab73.719710.9148-28.9245

#adb1ea color RGB value is (173,177,234).

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

The process color (four color CMYK) of #adb1ea color hex is 0.26, 0.24, 0.00, 0.08. Web safe color of #adb1ea is #9999ff. Color #adb1ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110001 11101010
Octal 255 261 352
Decimal 173 177 234
Hex AD B1 EA

RGB Percentages of Color #adb1ea

%29.62
%30.31
%40.07

CMYK Percentages of Color #adb1ea

%26
%24
%0
%8

Triadic Colors of #adb1ea

#adb1ea #eaadb1 #b1eaad

Analogous Colors of #adb1ea

#adb1ea #c8adea #add0ea

Monochromatic Colors of #adb1ea

#adb1ea

Complementary Color

#adb1ea #eae6ad

#adb1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb1ea Color CSS Codes

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

#adb1ea Text Font Color

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

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


#adb1ea Background Color

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

This div background color is #adb1ea


#adb1ea Border Color

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

This div border color is #adb1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb1ea


Comments

No comments written yet.

Please login to write comment.