Color Hex Logo

#adaeec Color Hex

#ADAEEC
(173,174,236)
0 Favorites   0 Comments

Color spaces of #adaeec

RGB 173174236
HSL0.660.620.80
HSV239°27°93°
CMYK 0.270.260.00   0.07
XYZ47.510045.212585.5797
Yxy45.21250.26650.2536
Hunter Lab67.24028.4525-28.3929
CIE-Lab73.031613.0558-31.0697

#adaeec color RGB value is (173,174,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 11101100
Octal 255 256 354
Decimal 173 174 236
Hex AD AE EC

RGB Percentages of Color #adaeec

%29.67
%29.85
%40.48

CMYK Percentages of Color #adaeec

%27
%26
%0
%7

Triadic Colors of #adaeec

#adaeec #ecadae #aeecad

Analogous Colors of #adaeec

#adaeec #ccadec #adceec

Monochromatic Colors of #adaeec

#adaeec

Complementary Color

#adaeec #ecebad

#adaeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaeec Color CSS Codes

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

#adaeec Text Font Color

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

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


#adaeec Background Color

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

This div background color is #adaeec


#adaeec Border Color

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

This div border color is #adaeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaeec


Comments

No comments written yet.

Please login to write comment.