Color Hex Logo

#ebdfeb Color Hex

#EBDFEB
(235,223,235)
0 Favorites   0 Comments

Color spaces of #ebdfeb

RGB 235223235
HSL0.830.230.90
HSV300°92°
CMYK 0.000.050.00   0.08
XYZ75.644076.435789.3640
Yxy76.43570.31330.3166
Hunter Lab87.42751.44360.5960
CIE-Lab90.06126.1961-4.3897

#ebdfeb color RGB value is (235,223,235).

#ebdfeb hex color red value is 235, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ebdfeb hue: 0.83 , saturation: 0.23 and the lightness value of ebdfeb is 0.90.

The process color (four color CMYK) of #ebdfeb color hex is 0.00, 0.05, 0.00, 0.08. Web safe color of #ebdfeb is #ffccff. Color #ebdfeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 11101011
Octal 353 337 353
Decimal 235 223 235
Hex EB DF EB

RGB Percentages of Color #ebdfeb

%33.91
%32.18
%33.91

CMYK Percentages of Color #ebdfeb

%0
%5
%0
%8

Triadic Colors of #ebdfeb

#ebdfeb #ebebdf #dfebeb

Analogous Colors of #ebdfeb

#ebdfeb #ebdfe5 #e5dfeb

Monochromatic Colors of #ebdfeb

#ebdfeb

Complementary Color

#ebdfeb #dfebdf

#ebdfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdfeb Color CSS Codes

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

#ebdfeb Text Font Color

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

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


#ebdfeb Background Color

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

This div background color is #ebdfeb


#ebdfeb Border Color

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

This div border color is #ebdfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdfeb


Comments

No comments written yet.

Please login to write comment.