Color Hex Logo

#ebceed Color Hex

#EBCEED
(235,206,237)
0 Favorites   0 Comments

Color spaces of #ebceed

RGB 235206237
HSL0.820.460.87
HSV296°13°93°
CMYK 0.010.130.00   0.07
XYZ71.618367.919289.4558
Yxy67.91920.31280.2966
Hunter Lab82.413110.8964-6.6675
CIE-Lab85.966015.4778-11.5145

#ebceed color RGB value is (235,206,237).

#ebceed hex color red value is 235, green value is 206 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ebceed hue: 0.82 , saturation: 0.46 and the lightness value of ebceed is 0.87.

The process color (four color CMYK) of #ebceed color hex is 0.01, 0.13, 0.00, 0.07. Web safe color of #ebceed is #ffccff. Color #ebceed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001110 11101101
Octal 353 316 355
Decimal 235 206 237
Hex EB CE ED

RGB Percentages of Color #ebceed

%34.66
%30.38
%34.96

CMYK Percentages of Color #ebceed

%1
%13
%0
%7

Triadic Colors of #ebceed

#ebceed #edebce #ceedeb

Analogous Colors of #ebceed

#ebceed #edcee0 #dcceed

Monochromatic Colors of #ebceed

#ebceed

Complementary Color

#ebceed #d0edce

#ebceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebceed Color CSS Codes

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

#ebceed Text Font Color

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

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


#ebceed Background Color

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

This div background color is #ebceed


#ebceed Border Color

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

This div border color is #ebceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebceed


Comments

No comments written yet.

Please login to write comment.