Color Hex Logo

#adaecb Color Hex

#ADAECB
(173,174,203)
0 Favorites   0 Comments

Color spaces of #adaecb

RGB 173174203
HSL0.660.220.74
HSV238°15°80°
CMYK 0.150.140.00   0.20
XYZ43.149143.468162.6159
Yxy43.46810.28910.2913
Hunter Lab65.93031.4439-10.1581
CIE-Lab71.87155.5234-14.8149

#adaecb color RGB value is (173,174,203).

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

The process color (four color CMYK) of #adaecb color hex is 0.15, 0.14, 0.00, 0.20. Web safe color of #adaecb is #9999cc. Color #adaecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 11001011
Octal 255 256 313
Decimal 173 174 203
Hex AD AE CB

RGB Percentages of Color #adaecb

%31.45
%31.64
%36.91

CMYK Percentages of Color #adaecb

%15
%14
%0
%20

Triadic Colors of #adaecb

#adaecb #cbadae #aecbad

Analogous Colors of #adaecb

#adaecb #bbadcb #adbdcb

Monochromatic Colors of #adaecb

#adaecb

Complementary Color

#adaecb #cbcaad

#adaecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaecb Color CSS Codes

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

#adaecb Text Font Color

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

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


#adaecb Background Color

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

This div background color is #adaecb


#adaecb Border Color

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

This div border color is #adaecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaecb

#adaecb Color Palettes


Comments

No comments written yet.

Please login to write comment.