Color Hex Logo

#aecbeb Color Hex

#AECBEB
(174,203,235)
0 Favorites   0 Comments

Color spaces of #aecbeb

RGB 174203235
HSL0.590.600.80
HSV211°26°92°
CMYK 0.260.140.00   0.08
XYZ53.806957.708786.9002
Yxy57.70870.27120.2908
Hunter Lab75.9662-6.5093-14.6473
CIE-Lab80.5766-2.6567-19.0056

#aecbeb color RGB value is (174,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 11101011
Octal 256 313 353
Decimal 174 203 235
Hex AE CB EB

RGB Percentages of Color #aecbeb

%28.43
%33.17
%38.40

CMYK Percentages of Color #aecbeb

%26
%14
%0
%8

Triadic Colors of #aecbeb

#aecbeb #ebaecb #cbebae

Analogous Colors of #aecbeb

#aecbeb #b0aeeb #aeeaeb

Monochromatic Colors of #aecbeb

#aecbeb

Complementary Color

#aecbeb #ebceae

#aecbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecbeb Color CSS Codes

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

#aecbeb Text Font Color

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

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


#aecbeb Background Color

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

This div background color is #aecbeb


#aecbeb Border Color

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

This div border color is #aecbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecbeb


Comments

No comments written yet.

Please login to write comment.