Color Hex Logo

#adabca Color Hex

#ADABCA
(173,171,202)
0 Favorites   0 Comments

Color spaces of #adabca

RGB 173171202
HSL0.680.230.73
HSV244°15°79°
CMYK 0.140.150.00   0.21
XYZ42.457242.274361.7991
Yxy42.27430.28970.2885
Hunter Lab65.01872.7778-10.8410
CIE-Lab71.05966.9579-15.4884

#adabca color RGB value is (173,171,202).

#adabca hex color red value is 173, green value is 171 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #adabca hue: 0.68 , saturation: 0.23 and the lightness value of adabca is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 11001010
Octal 255 253 312
Decimal 173 171 202
Hex AD AB CA

RGB Percentages of Color #adabca

%31.68
%31.32
%37.00

CMYK Percentages of Color #adabca

%14
%15
%0
%21

Triadic Colors of #adabca

#adabca #caadab #abcaad

Analogous Colors of #adabca

#adabca #bdabca #abb9ca

Monochromatic Colors of #adabca

#adabca

Complementary Color

#adabca #c8caab

#adabca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adabca Color Preview on White Background

Lorem ipsum dolor sit amet.

#adabca Color CSS Codes

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

#adabca Text Font Color

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

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


#adabca Background Color

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

This div background color is #adabca


#adabca Border Color

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

This div border color is #adabca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adabca


Comments

No comments written yet.

Please login to write comment.