Color Hex Logo

#aebded Color Hex

#AEBDED
(174,189,237)
0 Favorites   0 Comments

Color spaces of #aebded

RGB 174189237
HSL0.630.640.81
HSV226°27°93°
CMYK 0.270.200.00   0.07
XYZ50.939251.508387.3781
Yxy51.50830.26830.2713
Hunter Lab71.76931.0965-21.9462
CIE-Lab76.98595.3376-25.5359

#aebded color RGB value is (174,189,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 11101101
Octal 256 275 355
Decimal 174 189 237
Hex AE BD ED

RGB Percentages of Color #aebded

%29.00
%31.50
%39.50

CMYK Percentages of Color #aebded

%27
%20
%0
%7

Triadic Colors of #aebded

#aebded #edaebd #bdedae

Analogous Colors of #aebded

#aebded #bfaeed #aedded

Monochromatic Colors of #aebded

#aebded

Complementary Color

#aebded #eddeae

#aebded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebded Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebded Color CSS Codes

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

#aebded Text Font Color

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

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


#aebded Background Color

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

This div background color is #aebded


#aebded Border Color

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

This div border color is #aebded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebded


Comments

No comments written yet.

Please login to write comment.