Color Hex Logo

#aebcd6 Color Hex

#AEBCD6
(174,188,214)
0 Favorites   0 Comments

Color spaces of #aebcd6

RGB 174188214
HSL0.610.330.76
HSV219°19°84°
CMYK 0.190.120.00   0.16
XYZ47.576449.820170.7270
Yxy49.82010.28300.2963
Hunter Lab70.5834-3.2037-10.0023
CIE-Lab75.95870.6237-14.6600

#aebcd6 color RGB value is (174,188,214).

#aebcd6 hex color red value is 174, green value is 188 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #aebcd6 hue: 0.61 , saturation: 0.33 and the lightness value of aebcd6 is 0.76.

The process color (four color CMYK) of #aebcd6 color hex is 0.19, 0.12, 0.00, 0.16. Web safe color of #aebcd6 is #99cccc. Color #aebcd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 11010110
Octal 256 274 326
Decimal 174 188 214
Hex AE BC D6

RGB Percentages of Color #aebcd6

%30.21
%32.64
%37.15

CMYK Percentages of Color #aebcd6

%19
%12
%0
%16

Triadic Colors of #aebcd6

#aebcd6 #d6aebc #bcd6ae

Analogous Colors of #aebcd6

#aebcd6 #b4aed6 #aed0d6

Monochromatic Colors of #aebcd6

#aebcd6

Complementary Color

#aebcd6 #d6c8ae

#aebcd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebcd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebcd6 Color CSS Codes

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

#aebcd6 Text Font Color

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

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


#aebcd6 Background Color

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

This div background color is #aebcd6


#aebcd6 Border Color

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

This div border color is #aebcd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebcd6


Comments

No comments written yet.

Please login to write comment.