Color Hex Logo

#adaebf Color Hex

#ADAEBF
(173,174,191)
0 Favorites   0 Comments

Color spaces of #adaebf

RGB 173174191
HSL0.660.120.71
HSV237°75°
CMYK 0.090.090.00   0.25
XYZ41.773642.917955.3725
Yxy42.91790.29820.3064
Hunter Lab65.5118-0.8250-4.2555
CIE-Lab71.49923.0007-8.7792

#adaebf color RGB value is (173,174,191).

#adaebf hex color red value is 173, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #adaebf hue: 0.66 , saturation: 0.12 and the lightness value of adaebf is 0.71.

The process color (four color CMYK) of #adaebf color hex is 0.09, 0.09, 0.00, 0.25. Web safe color of #adaebf is #9999cc. Color #adaebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 10111111
Octal 255 256 277
Decimal 173 174 191
Hex AD AE BF

RGB Percentages of Color #adaebf

%32.16
%32.34
%35.50

CMYK Percentages of Color #adaebf

%9
%9
%0
%25

Triadic Colors of #adaebf

#adaebf #bfadae #aebfad

Analogous Colors of #adaebf

#adaebf #b5adbf #adb7bf

Monochromatic Colors of #adaebf

#adaebf

Complementary Color

#adaebf #bfbead

#adaebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaebf Color CSS Codes

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

#adaebf Text Font Color

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

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


#adaebf Background Color

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

This div background color is #adaebf


#adaebf Border Color

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

This div border color is #adaebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaebf


Comments

No comments written yet.

Please login to write comment.