Color Hex Logo

#ebdbf9 Color Hex

#EBDBF9
(235,219,249)
0 Favorites   0 Comments

Color spaces of #ebdbf9

RGB 235219249
HSL0.760.710.92
HSV272°12°98°
CMYK 0.060.120.00   0.02
XYZ76.691475.1648100.0887
Yxy75.16480.30440.2983
Hunter Lab86.69766.1775-7.7594
CIE-Lab89.470110.8728-12.6185

#ebdbf9 color RGB value is (235,219,249).

#ebdbf9 hex color red value is 235, green value is 219 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #ebdbf9 hue: 0.76 , saturation: 0.71 and the lightness value of ebdbf9 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 11111001
Octal 353 333 371
Decimal 235 219 249
Hex EB DB F9

RGB Percentages of Color #ebdbf9

%33.43
%31.15
%35.42

CMYK Percentages of Color #ebdbf9

%6
%12
%0
%2

Triadic Colors of #ebdbf9

#ebdbf9 #f9ebdb #dbf9eb

Analogous Colors of #ebdbf9

#ebdbf9 #f9dbf8 #dcdbf9

Monochromatic Colors of #ebdbf9

#ebdbf9

Complementary Color

#ebdbf9 #e9f9db

#ebdbf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdbf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdbf9 Color CSS Codes

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

#ebdbf9 Text Font Color

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

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


#ebdbf9 Background Color

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

This div background color is #ebdbf9


#ebdbf9 Border Color

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

This div border color is #ebdbf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdbf9


Comments

No comments written yet.

Please login to write comment.