Color Hex Logo

#aecdbe Color Hex

#AECDBE
(174,205,190)
0 Favorites   0 Comments

Color spaces of #aecdbe

RGB 174205190
HSL0.420.240.74
HSV151°15°80°
CMYK 0.150.000.07   0.20
XYZ48.581156.379057.0369
Yxy56.37900.29990.3480
Hunter Lab75.0860-15.90977.5222
CIE-Lab79.8290-13.28363.9989

#aecdbe color RGB value is (174,205,190).

#aecdbe hex color red value is 174, green value is 205 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aecdbe hue: 0.42 , saturation: 0.24 and the lightness value of aecdbe is 0.74.

The process color (four color CMYK) of #aecdbe color hex is 0.15, 0.00, 0.07, 0.20. Web safe color of #aecdbe is #99cccc. Color #aecdbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 10111110
Octal 256 315 276
Decimal 174 205 190
Hex AE CD BE

RGB Percentages of Color #aecdbe

%30.58
%36.03
%33.39

CMYK Percentages of Color #aecdbe

%15
%0
%7
%20

Triadic Colors of #aecdbe

#aecdbe #beaecd #cdbeae

Analogous Colors of #aecdbe

#aecdbe #aecdcd #aecdaf

Monochromatic Colors of #aecdbe

#aecdbe

Complementary Color

#aecdbe #cdaebd

#aecdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecdbe Color CSS Codes

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

#aecdbe Text Font Color

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

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


#aecdbe Background Color

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

This div background color is #aecdbe


#aecdbe Border Color

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

This div border color is #aecdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecdbe


Comments

No comments written yet.

Please login to write comment.