Color Hex Logo

#ebcae8 Color Hex

#EBCAE8
(235,202,232)
0 Favorites   0 Comments

Color spaces of #ebcae8

RGB 235202232
HSL0.850.450.86
HSV305°14°92°
CMYK 0.000.140.01   0.08
XYZ69.947065.729485.3444
Yxy65.72940.31650.2974
Hunter Lab81.073712.1235-5.6617
CIE-Lab84.858216.6858-10.5097

#ebcae8 color RGB value is (235,202,232).

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

The process color (four color CMYK) of #ebcae8 color hex is 0.00, 0.14, 0.01, 0.08. Web safe color of #ebcae8 is #ffccff. Color #ebcae8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001010 11101000
Octal 353 312 350
Decimal 235 202 232
Hex EB CA E8

RGB Percentages of Color #ebcae8

%35.13
%30.19
%34.68

CMYK Percentages of Color #ebcae8

%0
%14
%1
%8

Triadic Colors of #ebcae8

#ebcae8 #e8ebca #cae8eb

Analogous Colors of #ebcae8

#ebcae8 #ebcad8 #decaeb

Monochromatic Colors of #ebcae8

#ebcae8

Complementary Color

#ebcae8 #caebcd

#ebcae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcae8 Color CSS Codes

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

#ebcae8 Text Font Color

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

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


#ebcae8 Background Color

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

This div background color is #ebcae8


#ebcae8 Border Color

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

This div border color is #ebcae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcae8


Comments

No comments written yet.

Please login to write comment.