Color Hex Logo

#ecbeb0 Color Hex

#ECBEB0
(236,190,176)
0 Favorites   0 Comments

Color spaces of #ecbeb0

RGB 236190176
HSL0.040.610.81
HSV14°25°93°
CMYK 0.000.190.25   0.07
XYZ60.842057.794449.0230
Yxy57.79440.36290.3447
Hunter Lab76.02269.816514.9828
CIE-Lab80.624314.430813.3051

#ecbeb0 color RGB value is (236,190,176).

#ecbeb0 hex color red value is 236, green value is 190 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #ecbeb0 hue: 0.04 , saturation: 0.61 and the lightness value of ecbeb0 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111110 10110000
Octal 354 276 260
Decimal 236 190 176
Hex EC BE B0

RGB Percentages of Color #ecbeb0

%39.20
%31.56
%29.24

CMYK Percentages of Color #ecbeb0

%0
%19
%25
%7

Triadic Colors of #ecbeb0

#ecbeb0 #b0ecbe #beb0ec

Analogous Colors of #ecbeb0

#ecbeb0 #ecdcb0 #ecb0c0

Monochromatic Colors of #ecbeb0

#ecbeb0

Complementary Color

#ecbeb0 #b0deec

#ecbeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbeb0 Color CSS Codes

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

#ecbeb0 Text Font Color

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

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


#ecbeb0 Background Color

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

This div background color is #ecbeb0


#ecbeb0 Border Color

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

This div border color is #ecbeb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbeb0


Comments

No comments written yet.

Please login to write comment.