Color Hex Logo

#aebcd0 Color Hex

#AEBCD0
(174,188,208)
0 Favorites   0 Comments

Color spaces of #aebcd0

RGB 174188208
HSL0.600.270.75
HSV215°16°82°
CMYK 0.160.100.00   0.18
XYZ46.823949.519266.7648
Yxy49.51920.28710.3036
Hunter Lab70.3699-4.3739-6.9936
CIE-Lab75.7732-0.6809-11.6830

#aebcd0 color RGB value is (174,188,208).

#aebcd0 hex color red value is 174, green value is 188 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #aebcd0 hue: 0.60 , saturation: 0.27 and the lightness value of aebcd0 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 11010000
Octal 256 274 320
Decimal 174 188 208
Hex AE BC D0

RGB Percentages of Color #aebcd0

%30.53
%32.98
%36.49

CMYK Percentages of Color #aebcd0

%16
%10
%0
%18

Triadic Colors of #aebcd0

#aebcd0 #d0aebc #bcd0ae

Analogous Colors of #aebcd0

#aebcd0 #b1aed0 #aecdd0

Monochromatic Colors of #aebcd0

#aebcd0

Complementary Color

#aebcd0 #d0c2ae

#aebcd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebcd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebcd0 Color CSS Codes

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

#aebcd0 Text Font Color

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

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


#aebcd0 Background Color

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

This div background color is #aebcd0


#aebcd0 Border Color

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

This div border color is #aebcd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebcd0


Comments

No comments written yet.

Please login to write comment.