Color Hex Logo

#adaeeb Color Hex

#ADAEEB
(173,174,235)
0 Favorites   0 Comments

Color spaces of #adaeeb

RGB 173174235
HSL0.660.610.80
HSV239°26°92°
CMYK 0.260.260.00   0.08
XYZ47.365045.154584.8165
Yxy45.15450.26710.2546
Hunter Lab67.19718.2238-27.7982
CIE-Lab72.993512.8159-30.5851

#adaeeb color RGB value is (173,174,235).

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

The process color (four color CMYK) of #adaeeb color hex is 0.26, 0.26, 0.00, 0.08. Web safe color of #adaeeb is #9999ff. Color #adaeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 11101011
Octal 255 256 353
Decimal 173 174 235
Hex AD AE EB

RGB Percentages of Color #adaeeb

%29.73
%29.90
%40.38

CMYK Percentages of Color #adaeeb

%26
%26
%0
%8

Triadic Colors of #adaeeb

#adaeeb #ebadae #aeebad

Analogous Colors of #adaeeb

#adaeeb #cbadeb #adcdeb

Monochromatic Colors of #adaeeb

#adaeeb

Complementary Color

#adaeeb #ebeaad

#adaeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaeeb Color CSS Codes

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

#adaeeb Text Font Color

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

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


#adaeeb Background Color

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

This div background color is #adaeeb


#adaeeb Border Color

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

This div border color is #adaeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaeeb


Comments

No comments written yet.

Please login to write comment.