Color Hex Logo

#ecb4ae Color Hex

#ECB4AE
(236,180,174)
0 Favorites   0 Comments

Color spaces of #ecb4ae

RGB 236180174
HSL0.020.620.80
HSV26°93°
CMYK 0.000.240.26   0.07
XYZ58.553353.531447.2909
Yxy53.53140.36740.3359
Hunter Lab73.165214.812612.8930
CIE-Lab78.187719.461210.9310

#ecb4ae color RGB value is (236,180,174).

#ecb4ae hex color red value is 236, green value is 180 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ecb4ae hue: 0.02 , saturation: 0.62 and the lightness value of ecb4ae is 0.80.

The process color (four color CMYK) of #ecb4ae color hex is 0.00, 0.24, 0.26, 0.07. Web safe color of #ecb4ae is #ffcc99. Color #ecb4ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110100 10101110
Octal 354 264 256
Decimal 236 180 174
Hex EC B4 AE

RGB Percentages of Color #ecb4ae

%40.00
%30.51
%29.49

CMYK Percentages of Color #ecb4ae

%0
%24
%26
%7

Triadic Colors of #ecb4ae

#ecb4ae #aeecb4 #b4aeec

Analogous Colors of #ecb4ae

#ecb4ae #ecd3ae #ecaec7

Monochromatic Colors of #ecb4ae

#ecb4ae

Complementary Color

#ecb4ae #aee6ec

#ecb4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb4ae Color CSS Codes

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

#ecb4ae Text Font Color

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

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


#ecb4ae Background Color

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

This div background color is #ecb4ae


#ecb4ae Border Color

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

This div border color is #ecb4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb4ae


Comments

No comments written yet.

Please login to write comment.