Color Hex Logo

#eecbda Color Hex

#EECBDA
(238,203,218)
0 Favorites   0 Comments

Color spaces of #eecbda

RGB 238203218
HSL0.930.510.86
HSV334°15°93°
CMYK 0.000.150.08   0.07
XYZ69.270765.951075.4085
Yxy65.95100.32890.3131
Hunter Lab81.210210.13911.7929
CIE-Lab84.971414.7382-2.8611

#eecbda color RGB value is (238,203,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001011 11011010
Octal 356 313 332
Decimal 238 203 218
Hex EE CB DA

RGB Percentages of Color #eecbda

%36.12
%30.80
%33.08

CMYK Percentages of Color #eecbda

%0
%15
%8
%7

Triadic Colors of #eecbda

#eecbda #daeecb #cbdaee

Analogous Colors of #eecbda

#eecbda #eececb #eecbec

Monochromatic Colors of #eecbda

#eecbda

Complementary Color

#eecbda #cbeedf

#eecbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecbda Color CSS Codes

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

#eecbda Text Font Color

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

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


#eecbda Background Color

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

This div background color is #eecbda


#eecbda Border Color

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

This div border color is #eecbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecbda


Comments

No comments written yet.

Please login to write comment.