Color Hex Logo

#ebd9fc Color Hex

#EBD9FC
(235,217,252)
0 Favorites   0 Comments

Color spaces of #ebd9fc

RGB 235217252
HSL0.750.850.92
HSV271°14°99°
CMYK 0.070.140.00   0.01
XYZ76.644574.3162102.4003
Yxy74.31620.30250.2933
Hunter Lab86.20687.8382-10.0825
CIE-Lab89.071712.4952-14.7912

#ebd9fc color RGB value is (235,217,252).

#ebd9fc hex color red value is 235, green value is 217 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ebd9fc hue: 0.75 , saturation: 0.85 and the lightness value of ebd9fc is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011001 11111100
Octal 353 331 374
Decimal 235 217 252
Hex EB D9 FC

RGB Percentages of Color #ebd9fc

%33.38
%30.82
%35.80

CMYK Percentages of Color #ebd9fc

%7
%14
%0
%1

Triadic Colors of #ebd9fc

#ebd9fc #fcebd9 #d9fceb

Analogous Colors of #ebd9fc

#ebd9fc #fcd9fc #dad9fc

Monochromatic Colors of #ebd9fc

#ebd9fc

Complementary Color

#ebd9fc #eafcd9

#ebd9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd9fc Color CSS Codes

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

#ebd9fc Text Font Color

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

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


#ebd9fc Background Color

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

This div background color is #ebd9fc


#ebd9fc Border Color

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

This div border color is #ebd9fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd9fc

Related Colors


Comments

No comments written yet.

Please login to write comment.