Color Hex Logo

#eecbd6 Color Hex

#EECBD6
(238,203,214)
0 Favorites   0 Comments

Color spaces of #eecbd6

RGB 238203214
HSL0.950.510.86
HSV341°15°93°
CMYK 0.000.150.10   0.07
XYZ68.753465.744172.6845
Yxy65.74410.33190.3173
Hunter Lab81.08279.46273.6089
CIE-Lab84.865714.0709-0.8865

#eecbd6 color RGB value is (238,203,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001011 11010110
Octal 356 313 326
Decimal 238 203 214
Hex EE CB D6

RGB Percentages of Color #eecbd6

%36.34
%30.99
%32.67

CMYK Percentages of Color #eecbd6

%0
%15
%10
%7

Triadic Colors of #eecbd6

#eecbd6 #d6eecb #cbd6ee

Analogous Colors of #eecbd6

#eecbd6 #eed2cb #eecbe8

Monochromatic Colors of #eecbd6

#eecbd6

Complementary Color

#eecbd6 #cbeee3

#eecbd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecbd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecbd6 Color CSS Codes

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

#eecbd6 Text Font Color

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

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


#eecbd6 Background Color

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

This div background color is #eecbd6


#eecbd6 Border Color

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

This div border color is #eecbd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecbd6


Comments

No comments written yet.

Please login to write comment.