Color Hex Logo

#adaef5 Color Hex

#ADAEF5
(173,174,245)
0 Favorites   0 Comments

Color spaces of #adaef5

RGB 173174245
HSL0.660.780.82
HSV239°29°96°
CMYK 0.290.290.00   0.04
XYZ48.851145.748992.6419
Yxy45.74890.26090.2443
Hunter Lab67.637910.5542-33.8614
CIE-Lab73.382315.2433-35.4085

#adaef5 color RGB value is (173,174,245).

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

The process color (four color CMYK) of #adaef5 color hex is 0.29, 0.29, 0.00, 0.04. Web safe color of #adaef5 is #9999ff. Color #adaef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 11110101
Octal 255 256 365
Decimal 173 174 245
Hex AD AE F5

RGB Percentages of Color #adaef5

%29.22
%29.39
%41.39

CMYK Percentages of Color #adaef5

%29
%29
%0
%4

Triadic Colors of #adaef5

#adaef5 #f5adae #aef5ad

Analogous Colors of #adaef5

#adaef5 #d0adf5 #add2f5

Monochromatic Colors of #adaef5

#adaef5

Complementary Color

#adaef5 #f5f4ad

#adaef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaef5 Color CSS Codes

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

#adaef5 Text Font Color

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

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


#adaef5 Background Color

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

This div background color is #adaef5


#adaef5 Border Color

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

This div border color is #adaef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaef5


Comments

No comments written yet.

Please login to write comment.