Color Hex Logo

#eccbd4 Color Hex

#ECCBD4
(236,203,212)
0 Favorites   0 Comments

Color spaces of #eccbd4

RGB 236203212
HSL0.950.460.86
HSV344°14°93°
CMYK 0.000.140.10   0.07
XYZ67.831765.298271.3161
Yxy65.29820.33180.3194
Hunter Lab80.80738.42474.2390
CIE-Lab84.637213.0413-0.1767

#eccbd4 color RGB value is (236,203,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001011 11010100
Octal 354 313 324
Decimal 236 203 212
Hex EC CB D4

RGB Percentages of Color #eccbd4

%36.25
%31.18
%32.57

CMYK Percentages of Color #eccbd4

%0
%14
%10
%7

Triadic Colors of #eccbd4

#eccbd4 #d4eccb #cbd4ec

Analogous Colors of #eccbd4

#eccbd4 #ecd3cb #eccbe5

Monochromatic Colors of #eccbd4

#eccbd4

Complementary Color

#eccbd4 #cbece3

#eccbd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccbd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccbd4 Color CSS Codes

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

#eccbd4 Text Font Color

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

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


#eccbd4 Background Color

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

This div background color is #eccbd4


#eccbd4 Border Color

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

This div border color is #eccbd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccbd4

#eccbd4 Color Palettes


Comments

No comments written yet.

Please login to write comment.