Color Hex Logo

#adaefb Color Hex

#ADAEFB
(173,174,251)
0 Favorites   0 Comments

Color spaces of #adaefb

RGB 173174251
HSL0.660.910.83
HSV239°31°98°
CMYK 0.310.310.00   0.02
XYZ49.782246.121497.5453
Yxy46.12140.25730.2384
Hunter Lab67.912711.9989-37.6213
CIE-Lab73.624216.7290-38.2777

#adaefb color RGB value is (173,174,251).

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

The process color (four color CMYK) of #adaefb color hex is 0.31, 0.31, 0.00, 0.02. Web safe color of #adaefb is #9999ff. Color #adaefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 11111011
Octal 255 256 373
Decimal 173 174 251
Hex AD AE FB

RGB Percentages of Color #adaefb

%28.93
%29.10
%41.97

CMYK Percentages of Color #adaefb

%31
%31
%0
%2

Triadic Colors of #adaefb

#adaefb #fbadae #aefbad

Analogous Colors of #adaefb

#adaefb #d3adfb #add5fb

Monochromatic Colors of #adaefb

#adaefb

Complementary Color

#adaefb #fbfaad

#adaefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaefb Color CSS Codes

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

#adaefb Text Font Color

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

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


#adaefb Background Color

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

This div background color is #adaefb


#adaefb Border Color

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

This div border color is #adaefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaefb


Comments

No comments written yet.

Please login to write comment.