Color Hex Logo

#aebcd7 Color Hex

#AEBCD7
(174,188,215)
0 Favorites   0 Comments

Color spaces of #aebcd7

RGB 174188215
HSL0.610.340.76
HSV220°19°84°
CMYK 0.190.130.00   0.16
XYZ47.704549.871471.4018
Yxy49.87140.28230.2951
Hunter Lab70.6197-3.0054-10.5129
CIE-Lab75.99030.8437-15.1547

#aebcd7 color RGB value is (174,188,215).

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

The process color (four color CMYK) of #aebcd7 color hex is 0.19, 0.13, 0.00, 0.16. Web safe color of #aebcd7 is #99cccc. Color #aebcd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 11010111
Octal 256 274 327
Decimal 174 188 215
Hex AE BC D7

RGB Percentages of Color #aebcd7

%30.16
%32.58
%37.26

CMYK Percentages of Color #aebcd7

%19
%13
%0
%16

Triadic Colors of #aebcd7

#aebcd7 #d7aebc #bcd7ae

Analogous Colors of #aebcd7

#aebcd7 #b5aed7 #aed1d7

Monochromatic Colors of #aebcd7

#aebcd7

Complementary Color

#aebcd7 #d7c9ae

#aebcd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebcd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebcd7 Color CSS Codes

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

#aebcd7 Text Font Color

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

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


#aebcd7 Background Color

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

This div background color is #aebcd7


#aebcd7 Border Color

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

This div border color is #aebcd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebcd7


Comments

No comments written yet.

Please login to write comment.