Color Hex Logo

#abadce Color Hex

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

Color spaces of #abadce

RGB 171173206
HSL0.660.260.74
HSV237°17°81°
CMYK 0.170.160.00   0.19
XYZ42.878743.001364.4326
Yxy43.00130.28530.2861
Hunter Lab65.57541.9614-12.3540
CIE-Lab71.55596.0797-16.9524

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

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

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

Base Numbers

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

RGB Percentages of Color #abadce

%31.09
%31.45
%37.45

CMYK Percentages of Color #abadce

%17
%16
%0
%19

Triadic Colors of #abadce

#abadce #ceabad #adceab

Analogous Colors of #abadce

#abadce #bbabce #abbfce

Monochromatic Colors of #abadce

#abadce

Complementary Color

#abadce #ceccab

#abadce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abadce Color Preview on White Background

Lorem ipsum dolor sit amet.

#abadce Color CSS Codes

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

#abadce Text Font Color

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

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


#abadce Background Color

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

This div background color is #abadce


#abadce Border Color

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

This div border color is #abadce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abadce


Comments

No comments written yet.

Please login to write comment.