Color Hex Logo

#ebcee5 Color Hex

#EBCEE5
(235,206,229)
0 Favorites   0 Comments

Color spaces of #ebcee5

RGB 235206229
HSL0.870.420.86
HSV312°12°92°
CMYK 0.000.120.03   0.08
XYZ70.475167.461983.4358
Yxy67.46190.31840.3047
Hunter Lab82.13529.4232-2.7342
CIE-Lab85.736714.0325-7.6101

#ebcee5 color RGB value is (235,206,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001110 11100101
Octal 353 316 345
Decimal 235 206 229
Hex EB CE E5

RGB Percentages of Color #ebcee5

%35.07
%30.75
%34.18

CMYK Percentages of Color #ebcee5

%0
%12
%3
%8

Triadic Colors of #ebcee5

#ebcee5 #e5ebce #cee5eb

Analogous Colors of #ebcee5

#ebcee5 #ebced7 #e3ceeb

Monochromatic Colors of #ebcee5

#ebcee5

Complementary Color

#ebcee5 #ceebd4

#ebcee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcee5 Color CSS Codes

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

#ebcee5 Text Font Color

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

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


#ebcee5 Background Color

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

This div background color is #ebcee5


#ebcee5 Border Color

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

This div border color is #ebcee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcee5


Comments

No comments written yet.

Please login to write comment.