Color Hex Logo

#aeceaf Color Hex

#AECEAF
(174,206,175)
0 Favorites   0 Comments

Color spaces of #aeceaf

RGB 174206175
HSL0.340.250.75
HSV122°16°81°
CMYK 0.160.000.15   0.19
XYZ47.264756.236448.9210
Yxy56.23640.31010.3690
Hunter Lab74.9909-18.730513.8153
CIE-Lab79.7482-16.579111.9008

#aeceaf color RGB value is (174,206,175).

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

The process color (four color CMYK) of #aeceaf color hex is 0.16, 0.00, 0.15, 0.19. Web safe color of #aeceaf is #99cc99. Color #aeceaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001110 10101111
Octal 256 316 257
Decimal 174 206 175
Hex AE CE AF

RGB Percentages of Color #aeceaf

%31.35
%37.12
%31.53

CMYK Percentages of Color #aeceaf

%16
%0
%15
%19

Triadic Colors of #aeceaf

#aeceaf #afaece #ceafae

Analogous Colors of #aeceaf

#aeceaf #aecebf #bdceae

Monochromatic Colors of #aeceaf

#aeceaf

Complementary Color

#aeceaf #ceaecd

#aeceaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeceaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeceaf Color CSS Codes

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

#aeceaf Text Font Color

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

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


#aeceaf Background Color

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

This div background color is #aeceaf


#aeceaf Border Color

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

This div border color is #aeceaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeceaf


Comments

No comments written yet.

Please login to write comment.