Color Hex Logo

#ebd1f0 Color Hex

#EBD1F0
(235,209,240)
0 Favorites   0 Comments

Color spaces of #ebd1f0

RGB 235209240
HSL0.810.510.88
HSV290°13°94°
CMYK 0.020.130.00   0.06
XYZ72.789669.554492.0270
Yxy69.55440.31060.2968
Hunter Lab83.39939.8433-7.0441
CIE-Lab86.777814.4456-11.8925

#ebd1f0 color RGB value is (235,209,240).

#ebd1f0 hex color red value is 235, green value is 209 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #ebd1f0 hue: 0.81 , saturation: 0.51 and the lightness value of ebd1f0 is 0.88.

The process color (four color CMYK) of #ebd1f0 color hex is 0.02, 0.13, 0.00, 0.06. Web safe color of #ebd1f0 is #ffccff. Color #ebd1f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010001 11110000
Octal 353 321 360
Decimal 235 209 240
Hex EB D1 F0

RGB Percentages of Color #ebd1f0

%34.36
%30.56
%35.09

CMYK Percentages of Color #ebd1f0

%2
%13
%0
%6

Triadic Colors of #ebd1f0

#ebd1f0 #f0ebd1 #d1f0eb

Analogous Colors of #ebd1f0

#ebd1f0 #f0d1e6 #dcd1f0

Monochromatic Colors of #ebd1f0

#ebd1f0

Complementary Color

#ebd1f0 #d6f0d1

#ebd1f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd1f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd1f0 Color CSS Codes

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

#ebd1f0 Text Font Color

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

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


#ebd1f0 Background Color

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

This div background color is #ebd1f0


#ebd1f0 Border Color

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

This div border color is #ebd1f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd1f0


Comments

No comments written yet.

Please login to write comment.