Color Hex Logo

#ecc1be Color Hex

#ECC1BE
(236,193,190)
0 Favorites   0 Comments

Color spaces of #ecc1be

RGB 236193190
HSL0.010.550.84
HSV19°93°
CMYK 0.000.180.19   0.07
XYZ62.956359.690556.9185
Yxy59.69050.35060.3324
Hunter Lab77.259610.249410.4018
CIE-Lab81.669714.85997.2840

#ecc1be color RGB value is (236,193,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000001 10111110
Octal 354 301 276
Decimal 236 193 190
Hex EC C1 BE

RGB Percentages of Color #ecc1be

%38.13
%31.18
%30.69

CMYK Percentages of Color #ecc1be

%0
%18
%19
%7

Triadic Colors of #ecc1be

#ecc1be #beecc1 #c1beec

Analogous Colors of #ecc1be

#ecc1be #ecd8be #ecbed2

Monochromatic Colors of #ecc1be

#ecc1be

Complementary Color

#ecc1be #bee9ec

#ecc1be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc1be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc1be Color CSS Codes

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

#ecc1be Text Font Color

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

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


#ecc1be Background Color

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

This div background color is #ecc1be


#ecc1be Border Color

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

This div border color is #ecc1be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc1be


Comments

No comments written yet.

Please login to write comment.