Color Hex Logo

#ebbfda Color Hex

#EBBFDA
(235,191,218)
0 Favorites   0 Comments

Color spaces of #ebbfda

RGB 235191218
HSL0.900.520.84
HSV323°19°92°
CMYK 0.000.190.07   0.08
XYZ65.546659.985774.4534
Yxy59.98570.32780.2999
Hunter Lab77.450415.5270-2.7804
CIE-Lab81.830420.0645-7.5264

#ebbfda color RGB value is (235,191,218).

#ebbfda hex color red value is 235, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ebbfda hue: 0.90 , saturation: 0.52 and the lightness value of ebbfda is 0.84.

The process color (four color CMYK) of #ebbfda color hex is 0.00, 0.19, 0.07, 0.08. Web safe color of #ebbfda is #ffcccc. Color #ebbfda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 11011010
Octal 353 277 332
Decimal 235 191 218
Hex EB BF DA

RGB Percentages of Color #ebbfda

%36.49
%29.66
%33.85

CMYK Percentages of Color #ebbfda

%0
%19
%7
%8

Triadic Colors of #ebbfda

#ebbfda #daebbf #bfdaeb

Analogous Colors of #ebbfda

#ebbfda #ebbfc4 #e6bfeb

Monochromatic Colors of #ebbfda

#ebbfda

Complementary Color

#ebbfda #bfebd0

#ebbfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbfda Color CSS Codes

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

#ebbfda Text Font Color

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

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


#ebbfda Background Color

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

This div background color is #ebbfda


#ebbfda Border Color

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

This div border color is #ebbfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbfda


Comments

No comments written yet.

Please login to write comment.