Color Hex Logo

#ecb7ae Color Hex

#ECB7AE
(236,183,174)
0 Favorites   0 Comments

Color spaces of #ecb7ae

RGB 236183174
HSL0.020.620.80
HSV26°93°
CMYK 0.000.220.26   0.07
XYZ59.165554.755847.4950
Yxy54.75580.36650.3392
Hunter Lab73.997213.227213.7428
CIE-Lab78.900417.866811.9422

#ecb7ae color RGB value is (236,183,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110111 10101110
Octal 354 267 256
Decimal 236 183 174
Hex EC B7 AE

RGB Percentages of Color #ecb7ae

%39.80
%30.86
%29.34

CMYK Percentages of Color #ecb7ae

%0
%22
%26
%7

Triadic Colors of #ecb7ae

#ecb7ae #aeecb7 #b7aeec

Analogous Colors of #ecb7ae

#ecb7ae #ecd6ae #ecaec4

Monochromatic Colors of #ecb7ae

#ecb7ae

Complementary Color

#ecb7ae #aee3ec

#ecb7ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb7ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb7ae Color CSS Codes

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

#ecb7ae Text Font Color

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

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


#ecb7ae Background Color

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

This div background color is #ecb7ae


#ecb7ae Border Color

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

This div border color is #ecb7ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb7ae


Comments

No comments written yet.

Please login to write comment.