Color Hex Logo

#adbaef Color Hex

#ADBAEF
(173,186,239)
0 Favorites   0 Comments

Color spaces of #adbaef

RGB 173186239
HSL0.630.670.81
HSV228°28°94°
CMYK 0.280.220.00   0.06
XYZ50.372550.234088.7026
Yxy50.23400.26610.2654
Hunter Lab70.87592.8295-24.5894
CIE-Lab76.21277.1588-27.8034

#adbaef color RGB value is (173,186,239).

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

The process color (four color CMYK) of #adbaef color hex is 0.28, 0.22, 0.00, 0.06. Web safe color of #adbaef is #99ccff. Color #adbaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 11101111
Octal 255 272 357
Decimal 173 186 239
Hex AD BA EF

RGB Percentages of Color #adbaef

%28.93
%31.10
%39.97

CMYK Percentages of Color #adbaef

%28
%22
%0
%6

Triadic Colors of #adbaef

#adbaef #efadba #baefad

Analogous Colors of #adbaef

#adbaef #c1adef #addbef

Monochromatic Colors of #adbaef

#adbaef

Complementary Color

#adbaef #efe2ad

#adbaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbaef Color CSS Codes

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

#adbaef Text Font Color

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

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


#adbaef Background Color

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

This div background color is #adbaef


#adbaef Border Color

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

This div border color is #adbaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbaef


Comments

No comments written yet.

Please login to write comment.