Color Hex Logo

#aecfbb Color Hex

#AECFBB
(174,207,187)
0 Favorites   0 Comments

Color spaces of #aecfbb

RGB 174207187
HSL0.400.260.75
HSV144°16°81°
CMYK 0.160.000.10   0.19
XYZ48.738057.212255.4880
Yxy57.21220.30190.3544
Hunter Lab75.6387-17.35099.4524
CIE-Lab80.2988-14.87866.2816

#aecfbb color RGB value is (174,207,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001111 10111011
Octal 256 317 273
Decimal 174 207 187
Hex AE CF BB

RGB Percentages of Color #aecfbb

%30.63
%36.44
%32.92

CMYK Percentages of Color #aecfbb

%16
%0
%10
%19

Triadic Colors of #aecfbb

#aecfbb #bbaecf #cfbbae

Analogous Colors of #aecfbb

#aecfbb #aecfcc #b2cfae

Monochromatic Colors of #aecfbb

#aecfbb

Complementary Color

#aecfbb #cfaec2

#aecfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecfbb Color CSS Codes

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

#aecfbb Text Font Color

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

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


#aecfbb Background Color

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

This div background color is #aecfbb


#aecfbb Border Color

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

This div border color is #aecfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecfbb


Comments

No comments written yet.

Please login to write comment.