Color Hex Logo

#ebcadf Color Hex

#EBCADF
(235,202,223)
0 Favorites   0 Comments

Color spaces of #ebcadf

RGB 235202223
HSL0.890.450.86
HSV322°14°92°
CMYK 0.000.140.05   0.08
XYZ68.700865.230978.7819
Yxy65.23090.32300.3067
Hunter Lab80.765610.4956-1.2978
CIE-Lab84.602615.0906-6.0973

#ebcadf color RGB value is (235,202,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001010 11011111
Octal 353 312 337
Decimal 235 202 223
Hex EB CA DF

RGB Percentages of Color #ebcadf

%35.61
%30.61
%33.79

CMYK Percentages of Color #ebcadf

%0
%14
%5
%8

Triadic Colors of #ebcadf

#ebcadf #dfebca #cadfeb

Analogous Colors of #ebcadf

#ebcadf #ebcacf #e7caeb

Monochromatic Colors of #ebcadf

#ebcadf

Complementary Color

#ebcadf #caebd6

#ebcadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcadf Color CSS Codes

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

#ebcadf Text Font Color

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

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


#ebcadf Background Color

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

This div background color is #ebcadf


#ebcadf Border Color

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

This div border color is #ebcadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcadf


Comments

No comments written yet.

Please login to write comment.