Color Hex Logo

#aeafeb Color Hex

#AEAFEB
(174,175,235)
0 Favorites   0 Comments

Color spaces of #aeafeb

RGB 174175235
HSL0.660.600.80
HSV239°26°92°
CMYK 0.260.260.00   0.08
XYZ47.780945.656884.8916
Yxy45.65680.26790.2560
Hunter Lab67.56987.9762-27.1904
CIE-Lab73.322312.5556-30.0725

#aeafeb color RGB value is (174,175,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 11101011
Octal 256 257 353
Decimal 174 175 235
Hex AE AF EB

RGB Percentages of Color #aeafeb

%29.79
%29.97
%40.24

CMYK Percentages of Color #aeafeb

%26
%26
%0
%8

Triadic Colors of #aeafeb

#aeafeb #ebaeaf #afebae

Analogous Colors of #aeafeb

#aeafeb #ccaeeb #aeceeb

Monochromatic Colors of #aeafeb

#aeafeb

Complementary Color

#aeafeb #ebeaae

#aeafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeafeb Color CSS Codes

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

#aeafeb Text Font Color

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

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


#aeafeb Background Color

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

This div background color is #aeafeb


#aeafeb Border Color

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

This div border color is #aeafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeafeb


Comments

No comments written yet.

Please login to write comment.