Color Hex Logo

#adaecc Color Hex

#ADAECC
(173,174,204)
0 Favorites   0 Comments

Color spaces of #adaecc

RGB 173174204
HSL0.660.230.74
HSV238°15°80°
CMYK 0.150.150.00   0.20
XYZ43.268743.516063.2457
Yxy43.51600.28840.2900
Hunter Lab65.96671.6397-10.6678
CIE-Lab71.90385.7390-15.3151

#adaecc color RGB value is (173,174,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 11001100
Octal 255 256 314
Decimal 173 174 204
Hex AD AE CC

RGB Percentages of Color #adaecc

%31.40
%31.58
%37.02

CMYK Percentages of Color #adaecc

%15
%15
%0
%20

Triadic Colors of #adaecc

#adaecc #ccadae #aeccad

Analogous Colors of #adaecc

#adaecc #bcadcc #adbecc

Monochromatic Colors of #adaecc

#adaecc

Complementary Color

#adaecc #cccbad

#adaecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaecc Color CSS Codes

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

#adaecc Text Font Color

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

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


#adaecc Background Color

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

This div background color is #adaecc


#adaecc Border Color

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

This div border color is #adaecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaecc


Comments

No comments written yet.

Please login to write comment.