Color Hex Logo

#adb3ea Color Hex

#ADB3EA
(173,179,234)
0 Favorites   0 Comments

Color spaces of #adb3ea

RGB 173179234
HSL0.650.590.80
HSV234°26°92°
CMYK 0.260.240.00   0.08
XYZ48.205047.064984.3857
Yxy47.06490.26830.2620
Hunter Lab68.60395.3676-24.9065
CIE-Lab74.23139.8104-28.1389

#adb3ea color RGB value is (173,179,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110011 11101010
Octal 255 263 352
Decimal 173 179 234
Hex AD B3 EA

RGB Percentages of Color #adb3ea

%29.52
%30.55
%39.93

CMYK Percentages of Color #adb3ea

%26
%24
%0
%8

Triadic Colors of #adb3ea

#adb3ea #eaadb3 #b3eaad

Analogous Colors of #adb3ea

#adb3ea #c6adea #add2ea

Monochromatic Colors of #adb3ea

#adb3ea

Complementary Color

#adb3ea #eae4ad

#adb3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb3ea Color CSS Codes

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

#adb3ea Text Font Color

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

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


#adb3ea Background Color

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

This div background color is #adb3ea


#adb3ea Border Color

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

This div border color is #adb3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb3ea


Comments

No comments written yet.

Please login to write comment.