Color Hex Logo

#adbaec Color Hex

#ADBAEC
(173,186,236)
0 Favorites   0 Comments

Color spaces of #adbaec

RGB 173186236
HSL0.630.620.80
HSV228°27°93°
CMYK 0.270.210.00   0.07
XYZ49.932850.058286.3873
Yxy50.05820.26790.2686
Hunter Lab70.75182.1599-22.8663
CIE-Lab76.10506.4422-26.3496

#adbaec color RGB value is (173,186,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 11101100
Octal 255 272 354
Decimal 173 186 236
Hex AD BA EC

RGB Percentages of Color #adbaec

%29.08
%31.26
%39.66

CMYK Percentages of Color #adbaec

%27
%21
%0
%7

Triadic Colors of #adbaec

#adbaec #ecadba #baecad

Analogous Colors of #adbaec

#adbaec #c0adec #addaec

Monochromatic Colors of #adbaec

#adbaec

Complementary Color

#adbaec #ecdfad

#adbaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbaec Color CSS Codes

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

#adbaec Text Font Color

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

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


#adbaec Background Color

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

This div background color is #adbaec


#adbaec Border Color

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

This div border color is #adbaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbaec


Comments

No comments written yet.

Please login to write comment.