Color Hex Logo

#abadef Color Hex

#ABADEF
(171,173,239)
0 Favorites   0 Comments

Color spaces of #abadef

RGB 171173239
HSL0.660.680.80
HSV238°28°94°
CMYK 0.280.280.00   0.06
XYZ47.318144.777187.8103
Yxy44.77710.26300.2489
Hunter Lab66.91579.1203-30.9625
CIE-Lab72.744913.7567-33.1539

#abadef color RGB value is (171,173,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 11101111
Octal 253 255 357
Decimal 171 173 239
Hex AB AD EF

RGB Percentages of Color #abadef

%29.33
%29.67
%40.99

CMYK Percentages of Color #abadef

%28
%28
%0
%6

Triadic Colors of #abadef

#abadef #efabad #adefab

Analogous Colors of #abadef

#abadef #cbabef #abcfef

Monochromatic Colors of #abadef

#abadef

Complementary Color

#abadef #efedab

#abadef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abadef Color Preview on White Background

Lorem ipsum dolor sit amet.

#abadef Color CSS Codes

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

#abadef Text Font Color

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

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


#abadef Background Color

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

This div background color is #abadef


#abadef Border Color

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

This div border color is #abadef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abadef


Comments

No comments written yet.

Please login to write comment.