Color Hex Logo

#aebfe2 Color Hex

#AEBFE2
(174,191,226)
0 Favorites   0 Comments

Color spaces of #aebfe2

RGB 174191226
HSL0.610.470.78
HSV220°23°89°
CMYK 0.230.150.00   0.11
XYZ49.813851.751379.3150
Yxy51.75130.27540.2861
Hunter Lab71.9384-2.2897-15.0128
CIE-Lab77.13191.6951-19.3819

#aebfe2 color RGB value is (174,191,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 11100010
Octal 256 277 342
Decimal 174 191 226
Hex AE BF E2

RGB Percentages of Color #aebfe2

%29.44
%32.32
%38.24

CMYK Percentages of Color #aebfe2

%23
%15
%0
%11

Triadic Colors of #aebfe2

#aebfe2 #e2aebf #bfe2ae

Analogous Colors of #aebfe2

#aebfe2 #b7aee2 #aed9e2

Monochromatic Colors of #aebfe2

#aebfe2

Complementary Color

#aebfe2 #e2d1ae

#aebfe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfe2 Color CSS Codes

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

#aebfe2 Text Font Color

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

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


#aebfe2 Background Color

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

This div background color is #aebfe2


#aebfe2 Border Color

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

This div border color is #aebfe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfe2


Comments

No comments written yet.

Please login to write comment.