Color Hex Logo

#adaeba Color Hex

#ADAEBA
(173,174,186)
0 Favorites   0 Comments

Color spaces of #adaeba

RGB 173174186
HSL0.650.090.70
HSV235°73°
CMYK 0.070.060.00   0.27
XYZ41.232642.701552.5234
Yxy42.70150.30220.3129
Hunter Lab65.3464-1.7253-1.9130
CIE-Lab71.35191.9874-6.2468

#adaeba color RGB value is (173,174,186).

#adaeba hex color red value is 173, green value is 174 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #adaeba hue: 0.65 , saturation: 0.09 and the lightness value of adaeba is 0.70.

The process color (four color CMYK) of #adaeba color hex is 0.07, 0.06, 0.00, 0.27. Web safe color of #adaeba is #9999cc. Color #adaeba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 10111010
Octal 255 256 272
Decimal 173 174 186
Hex AD AE BA

RGB Percentages of Color #adaeba

%32.46
%32.65
%34.90

CMYK Percentages of Color #adaeba

%7
%6
%0
%27

Triadic Colors of #adaeba

#adaeba #baadae #aebaad

Analogous Colors of #adaeba

#adaeba #b3adba #adb5ba

Monochromatic Colors of #adaeba

#adaeba

Complementary Color

#adaeba #bab9ad

#adaeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaeba Color CSS Codes

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

#adaeba Text Font Color

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

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


#adaeba Background Color

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

This div background color is #adaeba


#adaeba Border Color

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

This div border color is #adaeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaeba


Comments

No comments written yet.

Please login to write comment.