Color Hex Logo

#ebceda Color Hex

#EBCEDA
(235,206,218)
0 Favorites   0 Comments

Color spaces of #ebceda

RGB 235206218
HSL0.930.420.86
HSV335°12°92°
CMYK 0.000.120.07   0.08
XYZ68.987166.866775.6002
Yxy66.86670.32630.3162
Hunter Lab81.77217.49062.4254
CIE-Lab85.436612.1183-2.2090

#ebceda color RGB value is (235,206,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001110 11011010
Octal 353 316 332
Decimal 235 206 218
Hex EB CE DA

RGB Percentages of Color #ebceda

%35.66
%31.26
%33.08

CMYK Percentages of Color #ebceda

%0
%12
%7
%8

Triadic Colors of #ebceda

#ebceda #daebce #cedaeb

Analogous Colors of #ebceda

#ebceda #ebd1ce #ebcee9

Monochromatic Colors of #ebceda

#ebceda

Complementary Color

#ebceda #ceebdf

#ebceda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebceda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebceda Color CSS Codes

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

#ebceda Text Font Color

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

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


#ebceda Background Color

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

This div background color is #ebceda


#ebceda Border Color

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

This div border color is #ebceda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,206,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 #ebceda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebceda


Comments

No comments written yet.

Please login to write comment.