Color Hex Logo

#aecfbe Color Hex

#AECFBE
(174,207,190)
0 Favorites   0 Comments

Color spaces of #aecfbe

RGB 174207190
HSL0.410.260.75
HSV149°16°81°
CMYK 0.160.000.08   0.19
XYZ49.062657.342057.1974
Yxy57.34200.29990.3505
Hunter Lab75.7245-16.86618.2233
CIE-Lab80.3716-14.30574.7832

#aecfbe color RGB value is (174,207,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001111 10111110
Octal 256 317 276
Decimal 174 207 190
Hex AE CF BE

RGB Percentages of Color #aecfbe

%30.47
%36.25
%33.27

CMYK Percentages of Color #aecfbe

%16
%0
%8
%19

Triadic Colors of #aecfbe

#aecfbe #beaecf #cfbeae

Analogous Colors of #aecfbe

#aecfbe #aecfcf #afcfae

Monochromatic Colors of #aecfbe

#aecfbe

Complementary Color

#aecfbe #cfaebf

#aecfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecfbe Color CSS Codes

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

#aecfbe Text Font Color

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

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


#aecfbe Background Color

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

This div background color is #aecfbe


#aecfbe Border Color

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

This div border color is #aecfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecfbe


Comments

No comments written yet.

Please login to write comment.