Color Hex Logo

#aecbe5 Color Hex

#AECBE5
(174,203,229)
0 Favorites   0 Comments

Color spaces of #aecbe5

RGB 174203229
HSL0.580.510.79
HSV208°24°90°
CMYK 0.240.110.00   0.10
XYZ52.954457.367782.4108
Yxy57.36770.27480.2977
Hunter Lab75.7415-7.7499-11.4917
CIE-Lab80.3860-4.0312-16.0829

#aecbe5 color RGB value is (174,203,229).

#aecbe5 hex color red value is 174, green value is 203 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #aecbe5 hue: 0.58 , saturation: 0.51 and the lightness value of aecbe5 is 0.79.

The process color (four color CMYK) of #aecbe5 color hex is 0.24, 0.11, 0.00, 0.10. Web safe color of #aecbe5 is #99cccc. Color #aecbe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 11100101
Octal 256 313 345
Decimal 174 203 229
Hex AE CB E5

RGB Percentages of Color #aecbe5

%28.71
%33.50
%37.79

CMYK Percentages of Color #aecbe5

%24
%11
%0
%10

Triadic Colors of #aecbe5

#aecbe5 #e5aecb #cbe5ae

Analogous Colors of #aecbe5

#aecbe5 #aeb0e5 #aee5e4

Monochromatic Colors of #aecbe5

#aecbe5

Complementary Color

#aecbe5 #e5c8ae

#aecbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecbe5 Color CSS Codes

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

#aecbe5 Text Font Color

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

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


#aecbe5 Background Color

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

This div background color is #aecbe5


#aecbe5 Border Color

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

This div border color is #aecbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecbe5

#aecbe5 Color Palettes


Comments

No comments written yet.

Please login to write comment.