Color Hex Logo

#ebcaea Color Hex

#EBCAEA
(235,202,234)
0 Favorites   0 Comments

Color spaces of #ebcaea

RGB 235202234
HSL0.840.450.86
HSV302°14°92°
CMYK 0.000.140.00   0.08
XYZ70.232865.843786.8493
Yxy65.84370.31510.2954
Hunter Lab81.144112.4951-6.6577
CIE-Lab84.916617.0479-11.4865

#ebcaea color RGB value is (235,202,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001010 11101010
Octal 353 312 352
Decimal 235 202 234
Hex EB CA EA

RGB Percentages of Color #ebcaea

%35.02
%30.10
%34.87

CMYK Percentages of Color #ebcaea

%0
%14
%0
%8

Triadic Colors of #ebcaea

#ebcaea #eaebca #caeaeb

Analogous Colors of #ebcaea

#ebcaea #ebcada #dccaeb

Monochromatic Colors of #ebcaea

#ebcaea

Complementary Color

#ebcaea #caebcb

#ebcaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcaea Color CSS Codes

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

#ebcaea Text Font Color

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

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


#ebcaea Background Color

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

This div background color is #ebcaea


#ebcaea Border Color

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

This div border color is #ebcaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcaea


Comments

No comments written yet.

Please login to write comment.