Color Hex Logo

#aec695 Color Hex

#AEC695
(174,198,149)
0 Favorites   0 Comments

Color spaces of #aec695

RGB 174198149
HSL0.250.300.68
HSV89°25°78°
CMYK 0.120.000.25   0.22
XYZ43.074551.556836.1150
Yxy51.55680.32950.3943
Hunter Lab71.8031-18.573620.4409
CIE-Lab77.0151-16.868621.9273

#aec695 color RGB value is (174,198,149).

#aec695 hex color red value is 174, green value is 198 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #aec695 hue: 0.25 , saturation: 0.30 and the lightness value of aec695 is 0.68.

The process color (four color CMYK) of #aec695 color hex is 0.12, 0.00, 0.25, 0.22. Web safe color of #aec695 is #99cc99. Color #aec695 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000110 10010101
Octal 256 306 225
Decimal 174 198 149
Hex AE C6 95

RGB Percentages of Color #aec695

%33.40
%38.00
%28.60

CMYK Percentages of Color #aec695

%12
%0
%25
%22

Triadic Colors of #aec695

#aec695 #95aec6 #c695ae

Analogous Colors of #aec695

#aec695 #96c695 #c6c695

Monochromatic Colors of #aec695

#aec695

Complementary Color

#aec695 #ad95c6

#aec695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec695 Color CSS Codes

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

#aec695 Text Font Color

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

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


#aec695 Background Color

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

This div background color is #aec695


#aec695 Border Color

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

This div border color is #aec695


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec695


Comments

No comments written yet.

Please login to write comment.