Color Hex Logo

#ebdffd Color Hex

#EBDFFD
(235,223,253)
0 Favorites   0 Comments

Color spaces of #ebdffd

RGB 235223253
HSL0.730.880.93
HSV264°12°99°
CMYK 0.070.120.00   0.01
XYZ78.378277.5294103.7622
Yxy77.52940.30180.2986
Hunter Lab88.05084.8025-8.2339
CIE-Lab90.56479.5427-13.0819

#ebdffd color RGB value is (235,223,253).

#ebdffd hex color red value is 235, green value is 223 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ebdffd hue: 0.73 , saturation: 0.88 and the lightness value of ebdffd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 11111101
Octal 353 337 375
Decimal 235 223 253
Hex EB DF FD

RGB Percentages of Color #ebdffd

%33.05
%31.36
%35.58

CMYK Percentages of Color #ebdffd

%7
%12
%0
%1

Triadic Colors of #ebdffd

#ebdffd #fdebdf #dffdeb

Analogous Colors of #ebdffd

#ebdffd #fadffd #dfe2fd

Monochromatic Colors of #ebdffd

#ebdffd

Complementary Color

#ebdffd #f1fddf

#ebdffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdffd Color CSS Codes

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

#ebdffd Text Font Color

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

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


#ebdffd Background Color

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

This div background color is #ebdffd


#ebdffd Border Color

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

This div border color is #ebdffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdffd

Related Colors


Comments

No comments written yet.

Please login to write comment.