Color Hex Logo

#adaaec Color Hex

#ADAAEC
(173,170,236)
0 Favorites   0 Comments

Color spaces of #adaaec

RGB 173170236
HSL0.670.630.80
HSV243°28°93°
CMYK 0.270.280.00   0.07
XYZ46.748643.689885.3259
Yxy43.68980.26600.2486
Hunter Lab66.098310.5738-30.2684
CIE-Lab72.020715.2820-32.6300

#adaaec color RGB value is (173,170,236).

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

The process color (four color CMYK) of #adaaec color hex is 0.27, 0.28, 0.00, 0.07. Web safe color of #adaaec is #9999ff. Color #adaaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 11101100
Octal 255 252 354
Decimal 173 170 236
Hex AD AA EC

RGB Percentages of Color #adaaec

%29.88
%29.36
%40.76

CMYK Percentages of Color #adaaec

%27
%28
%0
%7

Triadic Colors of #adaaec

#adaaec #ecadaa #aaecad

Analogous Colors of #adaaec

#adaaec #ceaaec #aac8ec

Monochromatic Colors of #adaaec

#adaaec

Complementary Color

#adaaec #e9ecaa

#adaaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaaec Color CSS Codes

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

#adaaec Text Font Color

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

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


#adaaec Background Color

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

This div background color is #adaaec


#adaaec Border Color

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

This div border color is #adaaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaaec


Comments

No comments written yet.

Please login to write comment.