Color Hex Logo

#ebdbef Color Hex

#EBDBEF
(235,219,239)
0 Favorites   0 Comments

Color spaces of #ebdbef

RGB 235219239
HSL0.800.380.90
HSV288°94°
CMYK 0.020.080.00   0.06
XYZ75.172574.557292.0903
Yxy74.55720.31090.3083
Hunter Lab86.34654.2941-2.7914
CIE-Lab89.18529.0075-7.7853

#ebdbef color RGB value is (235,219,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 11101111
Octal 353 333 357
Decimal 235 219 239
Hex EB DB EF

RGB Percentages of Color #ebdbef

%33.91
%31.60
%34.49

CMYK Percentages of Color #ebdbef

%2
%8
%0
%6

Triadic Colors of #ebdbef

#ebdbef #efebdb #dbefeb

Analogous Colors of #ebdbef

#ebdbef #efdbe9 #e1dbef

Monochromatic Colors of #ebdbef

#ebdbef

Complementary Color

#ebdbef #dfefdb

#ebdbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdbef Color CSS Codes

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

#ebdbef Text Font Color

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

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


#ebdbef Background Color

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

This div background color is #ebdbef


#ebdbef Border Color

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

This div border color is #ebdbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdbef


Comments

No comments written yet.

Please login to write comment.