Color Hex Logo

#aedeeb Color Hex

#AEDEEB
(174,222,235)
0 Favorites   0 Comments

Color spaces of #aedeeb

RGB 174222235
HSL0.540.600.80
HSV193°26°92°
CMYK 0.260.060.00   0.08
XYZ58.572267.239488.4887
Yxy67.23940.27330.3138
Hunter Lab81.9996-15.9971-6.5822
CIE-Lab85.6247-12.5491-11.4255

#aedeeb color RGB value is (174,222,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 11101011
Octal 256 336 353
Decimal 174 222 235
Hex AE DE EB

RGB Percentages of Color #aedeeb

%27.58
%35.18
%37.24

CMYK Percentages of Color #aedeeb

%26
%6
%0
%8

Triadic Colors of #aedeeb

#aedeeb #ebaede #deebae

Analogous Colors of #aedeeb

#aedeeb #aec0eb #aeebda

Monochromatic Colors of #aedeeb

#aedeeb

Complementary Color

#aedeeb #ebbbae

#aedeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedeeb Color CSS Codes

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

#aedeeb Text Font Color

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

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


#aedeeb Background Color

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

This div background color is #aedeeb


#aedeeb Border Color

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

This div border color is #aedeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedeeb


Comments

No comments written yet.

Please login to write comment.