Color Hex Logo

#ebcee3 Color Hex

#EBCEE3
(235,206,227)
0 Favorites   0 Comments

Color spaces of #ebcee3

RGB 235206227
HSL0.880.420.86
HSV317°12°92°
CMYK 0.000.120.03   0.08
XYZ70.197467.350881.9733
Yxy67.35080.31980.3068
Hunter Lab82.06759.0638-1.7746
CIE-Lab85.680813.6782-6.6308

#ebcee3 color RGB value is (235,206,227).

#ebcee3 hex color red value is 235, green value is 206 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #ebcee3 hue: 0.88 , saturation: 0.42 and the lightness value of ebcee3 is 0.86.

The process color (four color CMYK) of #ebcee3 color hex is 0.00, 0.12, 0.03, 0.08. Web safe color of #ebcee3 is #ffcccc. Color #ebcee3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001110 11100011
Octal 353 316 343
Decimal 235 206 227
Hex EB CE E3

RGB Percentages of Color #ebcee3

%35.18
%30.84
%33.98

CMYK Percentages of Color #ebcee3

%0
%12
%3
%8

Triadic Colors of #ebcee3

#ebcee3 #e3ebce #cee3eb

Analogous Colors of #ebcee3

#ebcee3 #ebced5 #e5ceeb

Monochromatic Colors of #ebcee3

#ebcee3

Complementary Color

#ebcee3 #ceebd6

#ebcee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcee3 Color CSS Codes

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

#ebcee3 Text Font Color

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

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


#ebcee3 Background Color

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

This div background color is #ebcee3


#ebcee3 Border Color

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

This div border color is #ebcee3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,206,227, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ebcee3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ebcee3;
  -webkit-box-shadow: 1px 1px 3px 2px #ebcee3;
  box-shadow:         1px 1px 3px 2px #ebcee3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,206,227, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcee3


Comments

No comments written yet.

Please login to write comment.