color codes Logo

#ebdeef color codes

#EBDEEF
(235,222,239)
0 Favorites   0 Comments

Color spaces of #ebdeef

RGB 235222239
HSL0.790.350.90
HSV286°94°
CMYK 0.020.070.00   0.06
XYZ75.962276.136792.3536
Yxy76.13670.31070.3115
Hunter Lab87.25632.6970-1.6741
CIE-Lab89.92287.4417-6.6937

#ebdeef color RGB value is (235,222,239).

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

The process color (four color CMYK) of #ebdeef color code is 0.02, 0.07, 0.00, 0.06. Web safe color of #ebdeef is #ffccff. Color #ebdeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 11101111
Octal 353 336 357
Decimal 235 222 239
Hex EB DE EF

RGB Percentages of Color #ebdeef

%33.76
%31.90
%34.34

CMYK Percentages of Color #ebdeef

%2
%7
%0
%6

Triadic Colors of #ebdeef

#ebdeef #efebde #deefeb

Analogous Colors of #ebdeef

#ebdeef #efdeeb #e3deef

Monochromatic Colors of #ebdeef

#ebdeef

Complementary Color

#ebdeef #e2efde

#ebdeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdeef Color CSS Codes

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

#ebdeef Text Font Color

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

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


#ebdeef Background Color

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

This div background color is #ebdeef


#ebdeef Border Color

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

This div border color is #ebdeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdeef

#ebdeef Color Palettes


Comments

No comments written yet.

Please login to write comment.