Color Hex Logo

#ebcadc Color Hex

#EBCADC
(235,202,220)
0 Favorites   0 Comments

Color spaces of #ebcadc

RGB 235202220
HSL0.910.450.86
HSV327°14°92°
CMYK 0.000.140.06   0.08
XYZ68.299765.070576.6702
Yxy65.07050.32520.3098
Hunter Lab80.66639.96900.1135
CIE-Lab84.520114.5714-4.6208

#ebcadc color RGB value is (235,202,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001010 11011100
Octal 353 312 334
Decimal 235 202 220
Hex EB CA DC

RGB Percentages of Color #ebcadc

%35.77
%30.75
%33.49

CMYK Percentages of Color #ebcadc

%0
%14
%6
%8

Triadic Colors of #ebcadc

#ebcadc #dcebca #cadceb

Analogous Colors of #ebcadc

#ebcadc #ebcacc #eacaeb

Monochromatic Colors of #ebcadc

#ebcadc

Complementary Color

#ebcadc #caebd9

#ebcadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcadc Color CSS Codes

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

#ebcadc Text Font Color

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

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


#ebcadc Background Color

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

This div background color is #ebcadc


#ebcadc Border Color

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

This div border color is #ebcadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcadc


Comments

No comments written yet.

Please login to write comment.