Color Hex Logo

#aedbef Color Hex

#AEDBEF
(174,219,239)
0 Favorites   0 Comments

Color spaces of #aedbef

RGB 174219239
HSL0.550.670.81
HSV198°27°94°
CMYK 0.270.080.00   0.06
XYZ58.367165.893791.3038
Yxy65.89370.27080.3057
Hunter Lab81.1749-13.7095-9.8656
CIE-Lab84.9422-10.1044-14.5609

#aedbef color RGB value is (174,219,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 11101111
Octal 256 333 357
Decimal 174 219 239
Hex AE DB EF

RGB Percentages of Color #aedbef

%27.53
%34.65
%37.82

CMYK Percentages of Color #aedbef

%27
%8
%0
%6

Triadic Colors of #aedbef

#aedbef #efaedb #dbefae

Analogous Colors of #aedbef

#aedbef #aebbef #aeefe3

Monochromatic Colors of #aedbef

#aedbef

Complementary Color

#aedbef #efc2ae

#aedbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedbef Color CSS Codes

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

#aedbef Text Font Color

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

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


#aedbef Background Color

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

This div background color is #aedbef


#aedbef Border Color

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

This div border color is #aedbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedbef


Comments

No comments written yet.

Please login to write comment.