Color Hex Logo

#adbdea Color Hex

#ADBDEA
(173,189,234)
0 Favorites   0 Comments

Color spaces of #adbdea

RGB 173189234
HSL0.620.590.80
HSV224°26°92°
CMYK 0.260.190.00   0.08
XYZ50.282551.219985.0782
Yxy51.21990.26950.2745
Hunter Lab71.56810.1669-20.3847
CIE-Lab76.81204.3342-24.1905

#adbdea color RGB value is (173,189,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 11101010
Octal 255 275 352
Decimal 173 189 234
Hex AD BD EA

RGB Percentages of Color #adbdea

%29.03
%31.71
%39.26

CMYK Percentages of Color #adbdea

%26
%19
%0
%8

Triadic Colors of #adbdea

#adbdea #eaadbd #bdeaad

Analogous Colors of #adbdea

#adbdea #bcadea #addcea

Monochromatic Colors of #adbdea

#adbdea

Complementary Color

#adbdea #eadaad

#adbdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbdea Color CSS Codes

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

#adbdea Text Font Color

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

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


#adbdea Background Color

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

This div background color is #adbdea


#adbdea Border Color

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

This div border color is #adbdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbdea


Comments

No comments written yet.

Please login to write comment.