Color Hex Logo

#aecec4 Color Hex

#AECEC4
(174,206,196)
1 Favorites   0 Comments

Color spaces of #aecec4

RGB 174206196
HSL0.450.250.75
HSV161°16°81°
CMYK 0.160.000.05   0.19
XYZ49.490757.126860.6427
Yxy57.12680.29590.3415
Hunter Lab75.5823-15.38855.3368
CIE-Lab80.2509-12.62221.3979

#aecec4 color RGB value is (174,206,196).

#aecec4 hex color red value is 174, green value is 206 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #aecec4 hue: 0.45 , saturation: 0.25 and the lightness value of aecec4 is 0.75.

The process color (four color CMYK) of #aecec4 color hex is 0.16, 0.00, 0.05, 0.19. Web safe color of #aecec4 is #99cccc. Color #aecec4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001110 11000100
Octal 256 316 304
Decimal 174 206 196
Hex AE CE C4

RGB Percentages of Color #aecec4

%30.21
%35.76
%34.03

CMYK Percentages of Color #aecec4

%16
%0
%5
%19

Triadic Colors of #aecec4

#aecec4 #c4aece #cec4ae

Analogous Colors of #aecec4

#aecec4 #aec8ce #aeceb4

Monochromatic Colors of #aecec4

#aecec4

Complementary Color

#aecec4 #ceaeb8

#aecec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecec4 Color CSS Codes

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

#aecec4 Text Font Color

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

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


#aecec4 Background Color

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

This div background color is #aecec4


#aecec4 Border Color

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

This div border color is #aecec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecec4


Comments

No comments written yet.

Please login to write comment.