Color Hex Logo

#aecbf6 Color Hex

#AECBF6
(174,203,246)
0 Favorites   0 Comments

Color spaces of #aecbf6

RGB 174203246
HSL0.600.800.82
HSV216°29°96°
CMYK 0.290.170.00   0.04
XYZ55.446058.364495.5319
Yxy58.36440.26490.2788
Hunter Lab76.3966-4.1449-20.6629
CIE-Lab80.9410-0.0693-24.3269

#aecbf6 color RGB value is (174,203,246).

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

The process color (four color CMYK) of #aecbf6 color hex is 0.29, 0.17, 0.00, 0.04. Web safe color of #aecbf6 is #99ccff. Color #aecbf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 11110110
Octal 256 313 366
Decimal 174 203 246
Hex AE CB F6

RGB Percentages of Color #aecbf6

%27.93
%32.58
%39.49

CMYK Percentages of Color #aecbf6

%29
%17
%0
%4

Triadic Colors of #aecbf6

#aecbf6 #f6aecb #cbf6ae

Analogous Colors of #aecbf6

#aecbf6 #b5aef6 #aeeff6

Monochromatic Colors of #aecbf6

#aecbf6

Complementary Color

#aecbf6 #f6d9ae

#aecbf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecbf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecbf6 Color CSS Codes

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

#aecbf6 Text Font Color

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

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


#aecbf6 Background Color

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

This div background color is #aecbf6


#aecbf6 Border Color

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

This div border color is #aecbf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecbf6


Comments

No comments written yet.

Please login to write comment.