Color Hex Logo

#ecc2be Color Hex

#ECC2BE
(236,194,190)
0 Favorites   0 Comments

Color spaces of #ecc2be

RGB 236194190
HSL0.010.550.84
HSV19°93°
CMYK 0.000.180.19   0.07
XYZ63.178160.134156.9924
Yxy60.13410.35040.3335
Hunter Lab77.54629.721010.7073
CIE-Lab81.911014.33087.6305

#ecc2be color RGB value is (236,194,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000010 10111110
Octal 354 302 276
Decimal 236 194 190
Hex EC C2 BE

RGB Percentages of Color #ecc2be

%38.06
%31.29
%30.65

CMYK Percentages of Color #ecc2be

%0
%18
%19
%7

Triadic Colors of #ecc2be

#ecc2be #beecc2 #c2beec

Analogous Colors of #ecc2be

#ecc2be #ecd9be #ecbed1

Monochromatic Colors of #ecc2be

#ecc2be

Complementary Color

#ecc2be #bee8ec

#ecc2be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc2be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc2be Color CSS Codes

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

#ecc2be Text Font Color

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

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


#ecc2be Background Color

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

This div background color is #ecc2be


#ecc2be Border Color

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

This div border color is #ecc2be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc2be


Comments

No comments written yet.

Please login to write comment.