Color Hex Logo

#aebcd5 Color Hex

#AEBCD5
(174,188,213)
0 Favorites   0 Comments

Color spaces of #aebcd5

RGB 174188213
HSL0.610.320.76
HSV218°18°84°
CMYK 0.180.120.00   0.16
XYZ47.449049.769270.0564
Yxy49.76920.28370.2975
Hunter Lab70.5473-3.4015-9.4943
CIE-Lab75.92740.4041-14.1649

#aebcd5 color RGB value is (174,188,213).

#aebcd5 hex color red value is 174, green value is 188 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #aebcd5 hue: 0.61 , saturation: 0.32 and the lightness value of aebcd5 is 0.76.

The process color (four color CMYK) of #aebcd5 color hex is 0.18, 0.12, 0.00, 0.16. Web safe color of #aebcd5 is #99cccc. Color #aebcd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 11010101
Octal 256 274 325
Decimal 174 188 213
Hex AE BC D5

RGB Percentages of Color #aebcd5

%30.26
%32.70
%37.04

CMYK Percentages of Color #aebcd5

%18
%12
%0
%16

Triadic Colors of #aebcd5

#aebcd5 #d5aebc #bcd5ae

Analogous Colors of #aebcd5

#aebcd5 #b4aed5 #aed0d5

Monochromatic Colors of #aebcd5

#aebcd5

Complementary Color

#aebcd5 #d5c7ae

#aebcd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebcd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebcd5 Color CSS Codes

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

#aebcd5 Text Font Color

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

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


#aebcd5 Background Color

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

This div background color is #aebcd5


#aebcd5 Border Color

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

This div border color is #aebcd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebcd5


Comments

No comments written yet.

Please login to write comment.