Color Hex Logo

#aecbdb Color Hex

#AECBDB
(174,203,219)
0 Favorites   0 Comments

Color spaces of #aecbdb

RGB 174203219
HSL0.560.380.77
HSV201°21°86°
CMYK 0.210.070.00   0.14
XYZ51.597756.825075.2667
Yxy56.82500.28090.3094
Hunter Lab75.3824-9.7395-6.4314
CIE-Lab80.0811-6.2610-11.1818

#aecbdb color RGB value is (174,203,219).

#aecbdb hex color red value is 174, green value is 203 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #aecbdb hue: 0.56 , saturation: 0.38 and the lightness value of aecbdb is 0.77.

The process color (four color CMYK) of #aecbdb color hex is 0.21, 0.07, 0.00, 0.14. Web safe color of #aecbdb is #99cccc. Color #aecbdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 11011011
Octal 256 313 333
Decimal 174 203 219
Hex AE CB DB

RGB Percentages of Color #aecbdb

%29.19
%34.06
%36.74

CMYK Percentages of Color #aecbdb

%21
%7
%0
%14

Triadic Colors of #aecbdb

#aecbdb #dbaecb #cbdbae

Analogous Colors of #aecbdb

#aecbdb #aeb5db #aedbd5

Monochromatic Colors of #aecbdb

#aecbdb

Complementary Color

#aecbdb #dbbeae

#aecbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecbdb Color CSS Codes

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

#aecbdb Text Font Color

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

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


#aecbdb Background Color

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

This div background color is #aecbdb


#aecbdb Border Color

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

This div border color is #aecbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecbdb

#aecbdb Color Palettes


Comments

No comments written yet.

Please login to write comment.