Color Hex Logo

#aecabe Color Hex

#AECABE
(174,202,190)
0 Favorites   0 Comments

Color spaces of #aecabe

RGB 174202190
HSL0.430.210.74
HSV154°14°79°
CMYK 0.140.000.06   0.21
XYZ47.870454.957456.8000
Yxy54.95740.29990.3443
Hunter Lab74.1333-14.46966.4660
CIE-Lab79.0167-11.74132.8219

#aecabe color RGB value is (174,202,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 10111110
Octal 256 312 276
Decimal 174 202 190
Hex AE CA BE

RGB Percentages of Color #aecabe

%30.74
%35.69
%33.57

CMYK Percentages of Color #aecabe

%14
%0
%6
%21

Triadic Colors of #aecabe

#aecabe #beaeca #cabeae

Analogous Colors of #aecabe

#aecabe #aec8ca #aecab0

Monochromatic Colors of #aecabe

#aecabe

Complementary Color

#aecabe #caaeba

#aecabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecabe Color CSS Codes

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

#aecabe Text Font Color

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

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


#aecabe Background Color

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

This div background color is #aecabe


#aecabe Border Color

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

This div border color is #aecabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecabe


Comments

No comments written yet.

Please login to write comment.