Color Hex Logo

#aec185 Color Hex

#AEC185
(174,193,133)
0 Favorites   0 Comments

Color spaces of #aec185

RGB 174193133
HSL0.220.330.64
HSV79°31°76°
CMYK 0.100.000.31   0.24
XYZ40.759248.832129.4676
Yxy48.83210.34230.4102
Hunter Lab69.8800-18.175523.9140
CIE-Lab75.3468-16.685928.1270

#aec185 color RGB value is (174,193,133).

#aec185 hex color red value is 174, green value is 193 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #aec185 hue: 0.22 , saturation: 0.33 and the lightness value of aec185 is 0.64.

The process color (four color CMYK) of #aec185 color hex is 0.10, 0.00, 0.31, 0.24. Web safe color of #aec185 is #99cc99. Color #aec185 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000001 10000101
Octal 256 301 205
Decimal 174 193 133
Hex AE C1 85

RGB Percentages of Color #aec185

%34.80
%38.60
%26.60

CMYK Percentages of Color #aec185

%10
%0
%31
%24

Triadic Colors of #aec185

#aec185 #85aec1 #c185ae

Analogous Colors of #aec185

#aec185 #90c185 #c1b685

Monochromatic Colors of #aec185

#aec185

Complementary Color

#aec185 #9885c1

#aec185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec185 Color CSS Codes

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

#aec185 Text Font Color

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

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


#aec185 Background Color

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

This div background color is #aec185


#aec185 Border Color

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

This div border color is #aec185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec185


Comments

No comments written yet.

Please login to write comment.