Color Hex Logo

#adaefe Color Hex

#ADAEFE
(173,174,254)
0 Favorites   0 Comments

Color spaces of #adaefe

RGB 173174254
HSL0.660.980.84
HSV239°32°100°
CMYK 0.320.310.00   0.00
XYZ50.259046.3121100.0561
Yxy46.31210.25560.2355
Hunter Lab68.053012.7344-39.5351
CIE-Lab73.747617.4800-39.7053

#adaefe color RGB value is (173,174,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 11111110
Octal 255 256 376
Decimal 173 174 254
Hex AD AE FE

RGB Percentages of Color #adaefe

%28.79
%28.95
%42.26

CMYK Percentages of Color #adaefe

%32
%31
%0
%0

Triadic Colors of #adaefe

#adaefe #feadae #aefead

Analogous Colors of #adaefe

#adaefe #d5adfe #add7fe

Monochromatic Colors of #adaefe

#adaefe

Complementary Color

#adaefe #fefdad

#adaefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaefe Color CSS Codes

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

#adaefe Text Font Color

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

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


#adaefe Background Color

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

This div background color is #adaefe


#adaefe Border Color

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

This div border color is #adaefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaefe


Comments

No comments written yet.

Please login to write comment.