Color Hex Logo

#aecabc Color Hex

#AECABC
(174,202,188)
0 Favorites   0 Comments

Color spaces of #aecabc

RGB 174202188
HSL0.420.210.74
HSV150°14°79°
CMYK 0.140.000.07   0.21
XYZ47.653254.870655.6564
Yxy54.87060.30130.3469
Hunter Lab74.0747-14.79947.3044
CIE-Lab78.9667-12.12813.8234

#aecabc color RGB value is (174,202,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 10111100
Octal 256 312 274
Decimal 174 202 188
Hex AE CA BC

RGB Percentages of Color #aecabc

%30.85
%35.82
%33.33

CMYK Percentages of Color #aecabc

%14
%0
%7
%21

Triadic Colors of #aecabc

#aecabc #bcaeca #cabcae

Analogous Colors of #aecabc

#aecabc #aecaca #aecaae

Monochromatic Colors of #aecabc

#aecabc

Complementary Color

#aecabc #caaebc

#aecabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecabc Color CSS Codes

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

#aecabc Text Font Color

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

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


#aecabc Background Color

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

This div background color is #aecabc


#aecabc Border Color

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

This div border color is #aecabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecabc


Comments

No comments written yet.

Please login to write comment.