Color Hex Logo

#ebcae0 Color Hex

#EBCAE0
(235,202,224)
0 Favorites   0 Comments

Color spaces of #ebcae0

RGB 235202224
HSL0.890.450.86
HSV320°14°92°
CMYK 0.000.140.05   0.08
XYZ68.836065.285079.4942
Yxy65.28500.32220.3056
Hunter Lab80.799110.6728-1.7731
CIE-Lab84.630415.2650-6.5889

#ebcae0 color RGB value is (235,202,224).

#ebcae0 hex color red value is 235, green value is 202 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #ebcae0 hue: 0.89 , saturation: 0.45 and the lightness value of ebcae0 is 0.86.

The process color (four color CMYK) of #ebcae0 color hex is 0.00, 0.14, 0.05, 0.08. Web safe color of #ebcae0 is #ffcccc. Color #ebcae0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001010 11100000
Octal 353 312 340
Decimal 235 202 224
Hex EB CA E0

RGB Percentages of Color #ebcae0

%35.55
%30.56
%33.89

CMYK Percentages of Color #ebcae0

%0
%14
%5
%8

Triadic Colors of #ebcae0

#ebcae0 #e0ebca #cae0eb

Analogous Colors of #ebcae0

#ebcae0 #ebcad0 #e6caeb

Monochromatic Colors of #ebcae0

#ebcae0

Complementary Color

#ebcae0 #caebd5

#ebcae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcae0 Color CSS Codes

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

#ebcae0 Text Font Color

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

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


#ebcae0 Background Color

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

This div background color is #ebcae0


#ebcae0 Border Color

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

This div border color is #ebcae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcae0


Comments

No comments written yet.

Please login to write comment.