Color Hex Logo

#aedbed Color Hex

#AEDBED
(174,219,237)
0 Favorites   0 Comments

Color spaces of #aedbed

RGB 174219237
HSL0.550.640.81
HSV197°27°93°
CMYK 0.270.080.00   0.07
XYZ58.073165.776189.7560
Yxy65.77610.27190.3079
Hunter Lab81.1025-14.1151-8.8444
CIE-Lab84.8821-10.5602-13.5927

#aedbed color RGB value is (174,219,237).

#aedbed hex color red value is 174, green value is 219 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aedbed hue: 0.55 , saturation: 0.64 and the lightness value of aedbed is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 11101101
Octal 256 333 355
Decimal 174 219 237
Hex AE DB ED

RGB Percentages of Color #aedbed

%27.62
%34.76
%37.62

CMYK Percentages of Color #aedbed

%27
%8
%0
%7

Triadic Colors of #aedbed

#aedbed #edaedb #dbedae

Analogous Colors of #aedbed

#aedbed #aebced #aeede0

Monochromatic Colors of #aedbed

#aedbed

Complementary Color

#aedbed #edc0ae

#aedbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedbed Color CSS Codes

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

#aedbed Text Font Color

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

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


#aedbed Background Color

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

This div background color is #aedbed


#aedbed Border Color

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

This div border color is #aedbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedbed


Comments

No comments written yet.

Please login to write comment.