Color Hex Logo

#aecfaf Color Hex

#AECFAF
(174,207,175)
0 Favorites   0 Comments

Color spaces of #aecfaf

RGB 174207175
HSL0.340.260.75
HSV122°16°81°
CMYK 0.160.000.15   0.19
XYZ47.506256.719549.0015
Yxy56.71950.31000.3702
Hunter Lab75.3123-19.200814.1420
CIE-Lab80.0216-17.084012.2882

#aecfaf color RGB value is (174,207,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001111 10101111
Octal 256 317 257
Decimal 174 207 175
Hex AE CF AF

RGB Percentages of Color #aecfaf

%31.29
%37.23
%31.47

CMYK Percentages of Color #aecfaf

%16
%0
%15
%19

Triadic Colors of #aecfaf

#aecfaf #afaecf #cfafae

Analogous Colors of #aecfaf

#aecfaf #aecfc0 #becfae

Monochromatic Colors of #aecfaf

#aecfaf

Complementary Color

#aecfaf #cfaece

#aecfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecfaf Color CSS Codes

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

#aecfaf Text Font Color

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

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


#aecfaf Background Color

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

This div background color is #aecfaf


#aecfaf Border Color

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

This div border color is #aecfaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,207,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 #aecfaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecfaf


Comments

No comments written yet.

Please login to write comment.