Color Hex Logo

#eccbde Color Hex

#ECCBDE
(236,203,222)
0 Favorites   0 Comments

Color spaces of #eccbde

RGB 236203222
HSL0.900.460.86
HSV325°14°93°
CMYK 0.000.140.06   0.07
XYZ69.132865.818778.1678
Yxy65.81870.32440.3088
Hunter Lab81.128710.1312-0.3360
CIE-Lab84.903914.7306-5.1101

#eccbde color RGB value is (236,203,222).

#eccbde hex color red value is 236, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #eccbde hue: 0.90 , saturation: 0.46 and the lightness value of eccbde is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001011 11011110
Octal 354 313 336
Decimal 236 203 222
Hex EC CB DE

RGB Percentages of Color #eccbde

%35.70
%30.71
%33.59

CMYK Percentages of Color #eccbde

%0
%14
%6
%7

Triadic Colors of #eccbde

#eccbde #deeccb #cbdeec

Analogous Colors of #eccbde

#eccbde #eccbce #eacbec

Monochromatic Colors of #eccbde

#eccbde

Complementary Color

#eccbde #cbecd9

#eccbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccbde Color CSS Codes

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

#eccbde Text Font Color

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

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


#eccbde Background Color

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

This div background color is #eccbde


#eccbde Border Color

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

This div border color is #eccbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccbde


Comments

No comments written yet.

Please login to write comment.