Color Hex Logo

#ebdfed Color Hex

#EBDFED
(235,223,237)
0 Favorites   0 Comments

Color spaces of #ebdfed

RGB 235223237
HSL0.810.280.90
HSV291°93°
CMYK 0.010.060.00   0.07
XYZ75.934776.551990.8946
Yxy76.55190.31200.3145
Hunter Lab87.49391.8031-0.3487
CIE-Lab90.11506.5573-5.3601

#ebdfed color RGB value is (235,223,237).

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

The process color (four color CMYK) of #ebdfed color hex is 0.01, 0.06, 0.00, 0.07. Web safe color of #ebdfed is #ffccff. Color #ebdfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 11101101
Octal 353 337 355
Decimal 235 223 237
Hex EB DF ED

RGB Percentages of Color #ebdfed

%33.81
%32.09
%34.10

CMYK Percentages of Color #ebdfed

%1
%6
%0
%7

Triadic Colors of #ebdfed

#ebdfed #edebdf #dfedeb

Analogous Colors of #ebdfed

#ebdfed #eddfe8 #e4dfed

Monochromatic Colors of #ebdfed

#ebdfed

Complementary Color

#ebdfed #e1eddf

#ebdfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdfed Color CSS Codes

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

#ebdfed Text Font Color

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

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


#ebdfed Background Color

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

This div background color is #ebdfed


#ebdfed Border Color

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

This div border color is #ebdfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdfed


Comments

No comments written yet.

Please login to write comment.