Color Hex Logo

#eecbe6 Color Hex

#EECBE6
(238,203,230)
0 Favorites   0 Comments

Color spaces of #eecbe6

RGB 238203230
HSL0.870.510.86
HSV314°15°93°
CMYK 0.000.150.03   0.07
XYZ70.898866.602283.9817
Yxy66.60220.32010.3007
Hunter Lab81.610212.2540-3.8858
CIE-Lab85.302716.8084-8.7567

#eecbe6 color RGB value is (238,203,230).

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

The process color (four color CMYK) of #eecbe6 color hex is 0.00, 0.15, 0.03, 0.07. Web safe color of #eecbe6 is #ffccff. Color #eecbe6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001011 11100110
Octal 356 313 346
Decimal 238 203 230
Hex EE CB E6

RGB Percentages of Color #eecbe6

%35.47
%30.25
%34.28

CMYK Percentages of Color #eecbe6

%0
%15
%3
%7

Triadic Colors of #eecbe6

#eecbe6 #e6eecb #cbe6ee

Analogous Colors of #eecbe6

#eecbe6 #eecbd5 #e5cbee

Monochromatic Colors of #eecbe6

#eecbe6

Complementary Color

#eecbe6 #cbeed3

#eecbe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecbe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecbe6 Color CSS Codes

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

#eecbe6 Text Font Color

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

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


#eecbe6 Background Color

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

This div background color is #eecbe6


#eecbe6 Border Color

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

This div border color is #eecbe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecbe6


Comments

No comments written yet.

Please login to write comment.