Color Hex Logo

#ecbaaf Color Hex

#ECBAAF
(236,186,175)
0 Favorites   0 Comments

Color spaces of #ecbaaf

RGB 236186175
HSL0.030.620.81
HSV11°26°93°
CMYK 0.000.210.26   0.07
XYZ59.888856.045848.2189
Yxy56.04580.36480.3414
Hunter Lab74.863711.783214.2166
CIE-Lab79.639916.412012.4504

#ecbaaf color RGB value is (236,186,175).

#ecbaaf hex color red value is 236, green value is 186 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ecbaaf hue: 0.03 , saturation: 0.62 and the lightness value of ecbaaf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111010 10101111
Octal 354 272 257
Decimal 236 186 175
Hex EC BA AF

RGB Percentages of Color #ecbaaf

%39.53
%31.16
%29.31

CMYK Percentages of Color #ecbaaf

%0
%21
%26
%7

Triadic Colors of #ecbaaf

#ecbaaf #afecba #baafec

Analogous Colors of #ecbaaf

#ecbaaf #ecd9af #ecafc3

Monochromatic Colors of #ecbaaf

#ecbaaf

Complementary Color

#ecbaaf #afe1ec

#ecbaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbaaf Color CSS Codes

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

#ecbaaf Text Font Color

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

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


#ecbaaf Background Color

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

This div background color is #ecbaaf


#ecbaaf Border Color

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

This div border color is #ecbaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbaaf


Comments

No comments written yet.

Please login to write comment.