Color Hex Logo

#ebdcef Color Hex

#EBDCEF
(235,220,239)
0 Favorites   0 Comments

Color spaces of #ebdcef

RGB 235220239
HSL0.800.370.90
HSV287°94°
CMYK 0.020.080.00   0.06
XYZ75.434175.080692.1775
Yxy75.08060.31080.3094
Hunter Lab86.64913.7609-2.4185
CIE-Lab89.43078.4848-7.4216

#ebdcef color RGB value is (235,220,239).

#ebdcef hex color red value is 235, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ebdcef hue: 0.80 , saturation: 0.37 and the lightness value of ebdcef is 0.90.

The process color (four color CMYK) of #ebdcef color hex is 0.02, 0.08, 0.00, 0.06. Web safe color of #ebdcef is #ffccff. Color #ebdcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 11101111
Octal 353 334 357
Decimal 235 220 239
Hex EB DC EF

RGB Percentages of Color #ebdcef

%33.86
%31.70
%34.44

CMYK Percentages of Color #ebdcef

%2
%8
%0
%6

Triadic Colors of #ebdcef

#ebdcef #efebdc #dcefeb

Analogous Colors of #ebdcef

#ebdcef #efdcea #e2dcef

Monochromatic Colors of #ebdcef

#ebdcef

Complementary Color

#ebdcef #e0efdc

#ebdcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdcef Color CSS Codes

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

#ebdcef Text Font Color

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

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


#ebdcef Background Color

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

This div background color is #ebdcef


#ebdcef Border Color

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

This div border color is #ebdcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdcef


Comments

No comments written yet.

Please login to write comment.