Color Hex Logo

#ebdbf8 Color Hex

#EBDBF8
(235,219,248)
1 Favorites   0 Comments

Color spaces of #ebdbf8

RGB 235219248
HSL0.760.670.92
HSV273°12°97°
CMYK 0.050.120.00   0.03
XYZ76.535775.102599.2693
Yxy75.10250.30500.2993
Hunter Lab86.66175.9852-7.2524
CIE-Lab89.441010.6832-12.1367

#ebdbf8 color RGB value is (235,219,248).

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

The process color (four color CMYK) of #ebdbf8 color hex is 0.05, 0.12, 0.00, 0.03. Web safe color of #ebdbf8 is #ffccff. Color #ebdbf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 11111000
Octal 353 333 370
Decimal 235 219 248
Hex EB DB F8

RGB Percentages of Color #ebdbf8

%33.48
%31.20
%35.33

CMYK Percentages of Color #ebdbf8

%5
%12
%0
%3

Triadic Colors of #ebdbf8

#ebdbf8 #f8ebdb #dbf8eb

Analogous Colors of #ebdbf8

#ebdbf8 #f8dbf7 #dddbf8

Monochromatic Colors of #ebdbf8

#ebdbf8

Complementary Color

#ebdbf8 #e8f8db

#ebdbf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdbf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdbf8 Color CSS Codes

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

#ebdbf8 Text Font Color

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

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


#ebdbf8 Background Color

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

This div background color is #ebdbf8


#ebdbf8 Border Color

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

This div border color is #ebdbf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdbf8


Comments

No comments written yet.

Please login to write comment.