Color Hex Logo

#adabce Color Hex

#ADABCE
(173,171,206)
0 Favorites   0 Comments

Color spaces of #adabce

RGB 173171206
HSL0.680.260.74
HSV243°17°81°
CMYK 0.160.170.00   0.19
XYZ42.937142.466364.3263
Yxy42.46630.28680.2836
Hunter Lab65.16623.5704-12.9095
CIE-Lab71.19127.8254-17.4887

#adabce color RGB value is (173,171,206).

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

The process color (four color CMYK) of #adabce color hex is 0.16, 0.17, 0.00, 0.19. Web safe color of #adabce is #9999cc. Color #adabce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 11001110
Octal 255 253 316
Decimal 173 171 206
Hex AD AB CE

RGB Percentages of Color #adabce

%31.45
%31.09
%37.45

CMYK Percentages of Color #adabce

%16
%17
%0
%19

Triadic Colors of #adabce

#adabce #ceadab #abcead

Analogous Colors of #adabce

#adabce #bfabce #abbbce

Monochromatic Colors of #adabce

#adabce

Complementary Color

#adabce #ccceab

#adabce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adabce Color Preview on White Background

Lorem ipsum dolor sit amet.

#adabce Color CSS Codes

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

#adabce Text Font Color

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

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


#adabce Background Color

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

This div background color is #adabce


#adabce Border Color

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

This div border color is #adabce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adabce


Comments

No comments written yet.

Please login to write comment.