Color Hex Logo

#aecbdf Color Hex

#AECBDF
(174,203,223)
0 Favorites   0 Comments

Color spaces of #aecbdf

RGB 174203223
HSL0.570.430.78
HSV204°22°87°
CMYK 0.220.090.00   0.13
XYZ52.130857.038378.0739
Yxy57.03830.27840.3046
Hunter Lab75.5237-8.9555-8.4254
CIE-Lab80.2011-5.3787-13.1465

#aecbdf color RGB value is (174,203,223).

#aecbdf hex color red value is 174, green value is 203 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aecbdf hue: 0.57 , saturation: 0.43 and the lightness value of aecbdf is 0.78.

The process color (four color CMYK) of #aecbdf color hex is 0.22, 0.09, 0.00, 0.13. Web safe color of #aecbdf is #99cccc. Color #aecbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 11011111
Octal 256 313 337
Decimal 174 203 223
Hex AE CB DF

RGB Percentages of Color #aecbdf

%29.00
%33.83
%37.17

CMYK Percentages of Color #aecbdf

%22
%9
%0
%13

Triadic Colors of #aecbdf

#aecbdf #dfaecb #cbdfae

Analogous Colors of #aecbdf

#aecbdf #aeb3df #aedfdb

Monochromatic Colors of #aecbdf

#aecbdf

Complementary Color

#aecbdf #dfc2ae

#aecbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecbdf Color CSS Codes

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

#aecbdf Text Font Color

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

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


#aecbdf Background Color

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

This div background color is #aecbdf


#aecbdf Border Color

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

This div border color is #aecbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecbdf


Comments

No comments written yet.

Please login to write comment.