Color Hex Logo

#aebfed Color Hex

#AEBFED
(174,191,237)
0 Favorites   0 Comments

Color spaces of #aebfed

RGB 174191237
HSL0.620.640.81
HSV224°27°93°
CMYK 0.270.190.00   0.07
XYZ51.372452.374787.5225
Yxy52.37470.26860.2738
Hunter Lab72.37040.0608-21.0442
CIE-Lab77.50444.2509-24.7443

#aebfed color RGB value is (174,191,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 11101101
Octal 256 277 355
Decimal 174 191 237
Hex AE BF ED

RGB Percentages of Color #aebfed

%28.90
%31.73
%39.37

CMYK Percentages of Color #aebfed

%27
%19
%0
%7

Triadic Colors of #aebfed

#aebfed #edaebf #bfedae

Analogous Colors of #aebfed

#aebfed #bdaeed #aedfed

Monochromatic Colors of #aebfed

#aebfed

Complementary Color

#aebfed #eddcae

#aebfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfed Color CSS Codes

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

#aebfed Text Font Color

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

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


#aebfed Background Color

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

This div background color is #aebfed


#aebfed Border Color

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

This div border color is #aebfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfed


Comments

No comments written yet.

Please login to write comment.