Color Hex Logo

#aebfe1 Color Hex

#AEBFE1
(174,191,225)
0 Favorites   0 Comments

Color spaces of #aebfe1

RGB 174191225
HSL0.610.460.78
HSV220°23°88°
CMYK 0.230.150.00   0.12
XYZ49.677051.696578.5943
Yxy51.69650.27600.2873
Hunter Lab71.9003-2.4971-14.4798
CIE-Lab77.09901.4675-18.8919

#aebfe1 color RGB value is (174,191,225).

#aebfe1 hex color red value is 174, green value is 191 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #aebfe1 hue: 0.61 , saturation: 0.46 and the lightness value of aebfe1 is 0.78.

The process color (four color CMYK) of #aebfe1 color hex is 0.23, 0.15, 0.00, 0.12. Web safe color of #aebfe1 is #99cccc. Color #aebfe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 11100001
Octal 256 277 341
Decimal 174 191 225
Hex AE BF E1

RGB Percentages of Color #aebfe1

%29.49
%32.37
%38.14

CMYK Percentages of Color #aebfe1

%23
%15
%0
%12

Triadic Colors of #aebfe1

#aebfe1 #e1aebf #bfe1ae

Analogous Colors of #aebfe1

#aebfe1 #b7aee1 #aed9e1

Monochromatic Colors of #aebfe1

#aebfe1

Complementary Color

#aebfe1 #e1d0ae

#aebfe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfe1 Color CSS Codes

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

#aebfe1 Text Font Color

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

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


#aebfe1 Background Color

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

This div background color is #aebfe1


#aebfe1 Border Color

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

This div border color is #aebfe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfe1


Comments

No comments written yet.

Please login to write comment.