Color Hex Logo

#aedaeb Color Hex

#AEDAEB
(174,218,235)
0 Favorites   0 Comments

Color spaces of #aedaeb

RGB 174218235
HSL0.550.600.80
HSV197°26°92°
CMYK 0.260.070.00   0.08
XYZ57.522465.139688.1387
Yxy65.13960.27290.3090
Hunter Lab80.7091-14.0217-8.2515
CIE-Lab84.5556-10.4984-13.0223

#aedaeb color RGB value is (174,218,235).

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

The process color (four color CMYK) of #aedaeb color hex is 0.26, 0.07, 0.00, 0.08. Web safe color of #aedaeb is #99ccff. Color #aedaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011010 11101011
Octal 256 332 353
Decimal 174 218 235
Hex AE DA EB

RGB Percentages of Color #aedaeb

%27.75
%34.77
%37.48

CMYK Percentages of Color #aedaeb

%26
%7
%0
%8

Triadic Colors of #aedaeb

#aedaeb #ebaeda #daebae

Analogous Colors of #aedaeb

#aedaeb #aebceb #aeebde

Monochromatic Colors of #aedaeb

#aedaeb

Complementary Color

#aedaeb #ebbfae

#aedaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedaeb Color CSS Codes

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

#aedaeb Text Font Color

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

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


#aedaeb Background Color

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

This div background color is #aedaeb


#aedaeb Border Color

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

This div border color is #aedaeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,218,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 #aedaeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedaeb


Comments

No comments written yet.

Please login to write comment.