Color Hex Logo

#ebbfde Color Hex

#EBBFDE
(235,191,222)
0 Favorites   0 Comments

Color spaces of #ebbfde

RGB 235191222
HSL0.880.520.84
HSV318°19°92°
CMYK 0.000.190.06   0.08
XYZ66.076660.197777.2439
Yxy60.19770.32470.2958
Hunter Lab77.587216.2408-4.7167
CIE-Lab81.945520.7557-9.5023

#ebbfde color RGB value is (235,191,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 11011110
Octal 353 277 336
Decimal 235 191 222
Hex EB BF DE

RGB Percentages of Color #ebbfde

%36.27
%29.48
%34.26

CMYK Percentages of Color #ebbfde

%0
%19
%6
%8

Triadic Colors of #ebbfde

#ebbfde #deebbf #bfdeeb

Analogous Colors of #ebbfde

#ebbfde #ebbfc8 #e2bfeb

Monochromatic Colors of #ebbfde

#ebbfde

Complementary Color

#ebbfde #bfebcc

#ebbfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbfde Color CSS Codes

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

#ebbfde Text Font Color

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

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


#ebbfde Background Color

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

This div background color is #ebbfde


#ebbfde Border Color

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

This div border color is #ebbfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbfde


Comments

No comments written yet.

Please login to write comment.