Color Hex Logo

#adabec Color Hex

#ADABEC
(173,171,236)
0 Favorites   0 Comments

Color spaces of #adabec

RGB 173171236
HSL0.670.630.80
HSV242°28°93°
CMYK 0.270.280.00   0.07
XYZ46.936844.066285.3887
Yxy44.06620.26610.2498
Hunter Lab66.382410.0423-29.7980
CIE-Lab72.272714.7245-32.2407

#adabec color RGB value is (173,171,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 11101100
Octal 255 253 354
Decimal 173 171 236
Hex AD AB EC

RGB Percentages of Color #adabec

%29.83
%29.48
%40.69

CMYK Percentages of Color #adabec

%27
%28
%0
%7

Triadic Colors of #adabec

#adabec #ecadab #abecad

Analogous Colors of #adabec

#adabec #ceabec #abcaec

Monochromatic Colors of #adabec

#adabec

Complementary Color

#adabec #eaecab

#adabec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adabec Color Preview on White Background

Lorem ipsum dolor sit amet.

#adabec Color CSS Codes

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

#adabec Text Font Color

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

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


#adabec Background Color

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

This div background color is #adabec


#adabec Border Color

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

This div border color is #adabec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adabec


Comments

No comments written yet.

Please login to write comment.