Color Hex Logo

#aecbbf Color Hex

#AECBBF
(174,203,191)
0 Favorites   0 Comments

Color spaces of #aecbbf

RGB 174203191
HSL0.430.220.74
HSV155°14°80°
CMYK 0.140.000.06   0.20
XYZ48.215555.472157.4562
Yxy55.47210.29920.3442
Hunter Lab74.4796-14.78466.3973
CIE-Lab79.3124-12.06222.7141

#aecbbf color RGB value is (174,203,191).

#aecbbf hex color red value is 174, green value is 203 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #aecbbf hue: 0.43 , saturation: 0.22 and the lightness value of aecbbf is 0.74.

The process color (four color CMYK) of #aecbbf color hex is 0.14, 0.00, 0.06, 0.20. Web safe color of #aecbbf is #99cccc. Color #aecbbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 10111111
Octal 256 313 277
Decimal 174 203 191
Hex AE CB BF

RGB Percentages of Color #aecbbf

%30.63
%35.74
%33.63

CMYK Percentages of Color #aecbbf

%14
%0
%6
%20

Triadic Colors of #aecbbf

#aecbbf #bfaecb #cbbfae

Analogous Colors of #aecbbf

#aecbbf #aec9cb #aecbb1

Monochromatic Colors of #aecbbf

#aecbbf

Complementary Color

#aecbbf #cbaeba

#aecbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecbbf Color CSS Codes

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

#aecbbf Text Font Color

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

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


#aecbbf Background Color

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

This div background color is #aecbbf


#aecbbf Border Color

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

This div border color is #aecbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecbbf


Comments

No comments written yet.

Please login to write comment.