Color Hex Logo

#adbaed Color Hex

#ADBAED
(173,186,237)
0 Favorites   0 Comments

Color spaces of #adbaed

RGB 173186237
HSL0.630.640.80
HSV228°27°93°
CMYK 0.270.220.00   0.07
XYZ50.078550.116587.1548
Yxy50.11650.26730.2675
Hunter Lab70.79302.3819-23.4381
CIE-Lab76.14076.6802-26.8346

#adbaed color RGB value is (173,186,237).

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

The process color (four color CMYK) of #adbaed color hex is 0.27, 0.22, 0.00, 0.07. Web safe color of #adbaed is #99ccff. Color #adbaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 11101101
Octal 255 272 355
Decimal 173 186 237
Hex AD BA ED

RGB Percentages of Color #adbaed

%29.03
%31.21
%39.77

CMYK Percentages of Color #adbaed

%27
%22
%0
%7

Triadic Colors of #adbaed

#adbaed #edadba #baedad

Analogous Colors of #adbaed

#adbaed #c0aded #addaed

Monochromatic Colors of #adbaed

#adbaed

Complementary Color

#adbaed #ede0ad

#adbaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbaed Color CSS Codes

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

#adbaed Text Font Color

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

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


#adbaed Background Color

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

This div background color is #adbaed


#adbaed Border Color

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

This div border color is #adbaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbaed


Comments

No comments written yet.

Please login to write comment.