Color Hex Logo

#aebbeb Color Hex

#AEBBEB
(174,187,235)
0 Favorites   0 Comments

Color spaces of #aebbeb

RGB 174187235
HSL0.630.600.80
HSV227°26°92°
CMYK 0.260.200.00   0.08
XYZ50.221350.537585.7050
Yxy50.53750.26930.2710
Hunter Lab71.08971.6942-21.7166
CIE-Lab76.39805.9547-25.3556

#aebbeb color RGB value is (174,187,235).

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

The process color (four color CMYK) of #aebbeb color hex is 0.26, 0.20, 0.00, 0.08. Web safe color of #aebbeb is #99ccff. Color #aebbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111011 11101011
Octal 256 273 353
Decimal 174 187 235
Hex AE BB EB

RGB Percentages of Color #aebbeb

%29.19
%31.38
%39.43

CMYK Percentages of Color #aebbeb

%26
%20
%0
%8

Triadic Colors of #aebbeb

#aebbeb #ebaebb #bbebae

Analogous Colors of #aebbeb

#aebbeb #c0aeeb #aedaeb

Monochromatic Colors of #aebbeb

#aebbeb

Complementary Color

#aebbeb #ebdeae

#aebbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebbeb Color CSS Codes

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

#aebbeb Text Font Color

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

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


#aebbeb Background Color

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

This div background color is #aebbeb


#aebbeb Border Color

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

This div border color is #aebbeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,187,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 #aebbeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebbeb


Comments

No comments written yet.

Please login to write comment.