Color Hex Logo

#aecec7 Color Hex

#AECEC7
(174,206,199)
0 Favorites   0 Comments

Color spaces of #aecec7

RGB 174206199
HSL0.460.250.75
HSV167°16°81°
CMYK 0.160.000.03   0.19
XYZ49.835757.264862.4594
Yxy57.26480.29390.3377
Hunter Lab75.6735-14.87534.0347
CIE-Lab80.3283-12.0235-0.0956

#aecec7 color RGB value is (174,206,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001110 11000111
Octal 256 316 307
Decimal 174 206 199
Hex AE CE C7

RGB Percentages of Color #aecec7

%30.05
%35.58
%34.37

CMYK Percentages of Color #aecec7

%16
%0
%3
%19

Triadic Colors of #aecec7

#aecec7 #c7aece #cec7ae

Analogous Colors of #aecec7

#aecec7 #aec5ce #aeceb7

Monochromatic Colors of #aecec7

#aecec7

Complementary Color

#aecec7 #ceaeb5

#aecec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecec7 Color CSS Codes

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

#aecec7 Text Font Color

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

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


#aecec7 Background Color

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

This div background color is #aecec7


#aecec7 Border Color

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

This div border color is #aecec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecec7


Comments

No comments written yet.

Please login to write comment.