Color Hex Logo

#aeb2ea Color Hex

#AEB2EA
(174,178,234)
0 Favorites   0 Comments

Color spaces of #aeb2ea

RGB 174178234
HSL0.660.590.80
HSV236°26°92°
CMYK 0.260.240.00   0.08
XYZ48.227246.780084.3295
Yxy46.78000.26890.2609
Hunter Lab68.39596.1708-25.2251
CIE-Lab74.048810.6580-28.4127

#aeb2ea color RGB value is (174,178,234).

#aeb2ea hex color red value is 174, green value is 178 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aeb2ea hue: 0.66 , saturation: 0.59 and the lightness value of aeb2ea is 0.80.

The process color (four color CMYK) of #aeb2ea color hex is 0.26, 0.24, 0.00, 0.08. Web safe color of #aeb2ea is #9999ff. Color #aeb2ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110010 11101010
Octal 256 262 352
Decimal 174 178 234
Hex AE B2 EA

RGB Percentages of Color #aeb2ea

%29.69
%30.38
%39.93

CMYK Percentages of Color #aeb2ea

%26
%24
%0
%8

Triadic Colors of #aeb2ea

#aeb2ea #eaaeb2 #b2eaae

Analogous Colors of #aeb2ea

#aeb2ea #c8aeea #aed0ea

Monochromatic Colors of #aeb2ea

#aeb2ea

Complementary Color

#aeb2ea #eae6ae

#aeb2ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb2ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb2ea Color CSS Codes

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

#aeb2ea Text Font Color

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

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


#aeb2ea Background Color

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

This div background color is #aeb2ea


#aeb2ea Border Color

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

This div border color is #aeb2ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb2ea


Comments

No comments written yet.

Please login to write comment.