Color Hex Logo

#aecadb Color Hex

#AECADB
(174,202,219)
0 Favorites   0 Comments

Color spaces of #aecadb

RGB 174202219
HSL0.560.380.77
HSV203°21°86°
CMYK 0.210.080.00   0.14
XYZ51.362356.354275.1882
Yxy56.35420.28080.3081
Hunter Lab75.0694-9.2423-6.8352
CIE-Lab79.8150-5.7354-11.5791

#aecadb color RGB value is (174,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 11011011
Octal 256 312 333
Decimal 174 202 219
Hex AE CA DB

RGB Percentages of Color #aecadb

%29.24
%33.95
%36.81

CMYK Percentages of Color #aecadb

%21
%8
%0
%14

Triadic Colors of #aecadb

#aecadb #dbaeca #cadbae

Analogous Colors of #aecadb

#aecadb #aeb4db #aedbd6

Monochromatic Colors of #aecadb

#aecadb

Complementary Color

#aecadb #dbbfae

#aecadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecadb Color CSS Codes

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

#aecadb Text Font Color

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

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


#aecadb Background Color

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

This div background color is #aecadb


#aecadb Border Color

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

This div border color is #aecadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecadb


Comments

No comments written yet.

Please login to write comment.