Color Hex Logo

#aecbd8 Color Hex

#AECBD8
(174,203,216)
0 Favorites   0 Comments

Color spaces of #aecbd8

RGB 174203216
HSL0.550.350.76
HSV199°19°85°
CMYK 0.190.060.00   0.15
XYZ51.206256.668473.2050
Yxy56.66840.28280.3129
Hunter Lab75.2784-10.3172-4.9621
CIE-Lab79.9927-6.9145-9.7045

#aecbd8 color RGB value is (174,203,216).

#aecbd8 hex color red value is 174, green value is 203 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #aecbd8 hue: 0.55 , saturation: 0.35 and the lightness value of aecbd8 is 0.76.

The process color (four color CMYK) of #aecbd8 color hex is 0.19, 0.06, 0.00, 0.15. Web safe color of #aecbd8 is #99cccc. Color #aecbd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 11011000
Octal 256 313 330
Decimal 174 203 216
Hex AE CB D8

RGB Percentages of Color #aecbd8

%29.34
%34.23
%36.42

CMYK Percentages of Color #aecbd8

%19
%6
%0
%15

Triadic Colors of #aecbd8

#aecbd8 #d8aecb #cbd8ae

Analogous Colors of #aecbd8

#aecbd8 #aeb6d8 #aed8d0

Monochromatic Colors of #aecbd8

#aecbd8

Complementary Color

#aecbd8 #d8bbae

#aecbd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecbd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecbd8 Color CSS Codes

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

#aecbd8 Text Font Color

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

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


#aecbd8 Background Color

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

This div background color is #aecbd8


#aecbd8 Border Color

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

This div border color is #aecbd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecbd8


Comments

No comments written yet.

Please login to write comment.