Color Hex Logo

#ebcdeb Color Hex

#EBCDEB
(235,205,235)
0 Favorites   0 Comments

Color spaces of #ebcdeb

RGB 235205235
HSL0.830.430.86
HSV300°13°92°
CMYK 0.000.130.00   0.08
XYZ71.087767.323087.8452
Yxy67.32300.31420.2976
Hunter Lab82.050611.0618-6.0418
CIE-Lab85.666815.6412-10.8994

#ebcdeb color RGB value is (235,205,235).

#ebcdeb hex color red value is 235, green value is 205 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ebcdeb hue: 0.83 , saturation: 0.43 and the lightness value of ebcdeb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001101 11101011
Octal 353 315 353
Decimal 235 205 235
Hex EB CD EB

RGB Percentages of Color #ebcdeb

%34.81
%30.37
%34.81

CMYK Percentages of Color #ebcdeb

%0
%13
%0
%8

Triadic Colors of #ebcdeb

#ebcdeb #ebebcd #cdebeb

Analogous Colors of #ebcdeb

#ebcdeb #ebcddc #dccdeb

Monochromatic Colors of #ebcdeb

#ebcdeb

Complementary Color

#ebcdeb #cdebcd

#ebcdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcdeb Color CSS Codes

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

#ebcdeb Text Font Color

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

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


#ebcdeb Background Color

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

This div background color is #ebcdeb


#ebcdeb Border Color

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

This div border color is #ebcdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcdeb


Comments

No comments written yet.

Please login to write comment.