Color Hex Logo

#ecbfbe Color Hex

#ECBFBE
(236,191,190)
0 Favorites   0 Comments

Color spaces of #ecbfbe

RGB 236191190
HSL0.000.550.84
HSV19°93°
CMYK 0.000.190.19   0.07
XYZ62.517158.812256.7721
Yxy58.81220.35100.3302
Hunter Lab76.689111.30769.7906
CIE-Lab81.188315.91916.5923

#ecbfbe color RGB value is (236,191,190).

#ecbfbe hex color red value is 236, green value is 191 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ecbfbe hue: 0.00 , saturation: 0.55 and the lightness value of ecbfbe is 0.84.

The process color (four color CMYK) of #ecbfbe color hex is 0.00, 0.19, 0.19, 0.07. Web safe color of #ecbfbe is #ffcccc. Color #ecbfbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111111 10111110
Octal 354 277 276
Decimal 236 191 190
Hex EC BF BE

RGB Percentages of Color #ecbfbe

%38.25
%30.96
%30.79

CMYK Percentages of Color #ecbfbe

%0
%19
%19
%7

Triadic Colors of #ecbfbe

#ecbfbe #beecbf #bfbeec

Analogous Colors of #ecbfbe

#ecbfbe #ecd6be #ecbed4

Monochromatic Colors of #ecbfbe

#ecbfbe

Complementary Color

#ecbfbe #beebec

#ecbfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbfbe Color CSS Codes

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

#ecbfbe Text Font Color

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

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


#ecbfbe Background Color

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

This div background color is #ecbfbe


#ecbfbe Border Color

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

This div border color is #ecbfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbfbe


Comments

No comments written yet.

Please login to write comment.