Color Hex Logo

#aecabb Color Hex

#AECABB
(174,202,187)
0 Favorites   0 Comments

Color spaces of #aecabb

RGB 174202187
HSL0.410.210.74
HSV148°14°79°
CMYK 0.140.000.07   0.21
XYZ47.545754.827655.0906
Yxy54.82760.30190.3482
Hunter Lab74.0457-14.96277.7197
CIE-Lab78.9419-12.32014.3244

#aecabb color RGB value is (174,202,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 10111011
Octal 256 312 273
Decimal 174 202 187
Hex AE CA BB

RGB Percentages of Color #aecabb

%30.91
%35.88
%33.21

CMYK Percentages of Color #aecabb

%14
%0
%7
%21

Triadic Colors of #aecabb

#aecabb #bbaeca #cabbae

Analogous Colors of #aecabb

#aecabb #aecac9 #afcaae

Monochromatic Colors of #aecabb

#aecabb

Complementary Color

#aecabb #caaebd

#aecabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecabb Color CSS Codes

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

#aecabb Text Font Color

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

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


#aecabb Background Color

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

This div background color is #aecabb


#aecabb Border Color

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

This div border color is #aecabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecabb


Comments

No comments written yet.

Please login to write comment.