Color Hex Logo

#ebcada Color Hex

#EBCADA
(235,202,218)
0 Favorites   0 Comments

Color spaces of #ebcada

RGB 235202218
HSL0.920.450.86
HSV331°14°92°
CMYK 0.000.140.07   0.08
XYZ68.036464.965275.2833
Yxy64.96520.32670.3119
Hunter Lab80.60109.62261.0424
CIE-Lab84.465814.2290-3.6349

#ebcada color RGB value is (235,202,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001010 11011010
Octal 353 312 332
Decimal 235 202 218
Hex EB CA DA

RGB Percentages of Color #ebcada

%35.88
%30.84
%33.28

CMYK Percentages of Color #ebcada

%0
%14
%7
%8

Triadic Colors of #ebcada

#ebcada #daebca #cadaeb

Analogous Colors of #ebcada

#ebcada #ebcbca #ebcaeb

Monochromatic Colors of #ebcada

#ebcada

Complementary Color

#ebcada #caebdb

#ebcada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcada Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcada Color CSS Codes

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

#ebcada Text Font Color

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

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


#ebcada Background Color

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

This div background color is #ebcada


#ebcada Border Color

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

This div border color is #ebcada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcada


Comments

No comments written yet.

Please login to write comment.