Color Hex Logo

#ebbfce Color Hex

#EBBFCE
(235,191,206)
0 Favorites   0 Comments

Color spaces of #ebbfce

RGB 235191206
HSL0.940.520.84
HSV340°19°92°
CMYK 0.000.190.12   0.08
XYZ64.032359.380066.4791
Yxy59.38000.33720.3127
Hunter Lab77.058413.47372.7908
CIE-Lab81.500018.0602-1.5665

#ebbfce color RGB value is (235,191,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 11001110
Octal 353 277 316
Decimal 235 191 206
Hex EB BF CE

RGB Percentages of Color #ebbfce

%37.18
%30.22
%32.59

CMYK Percentages of Color #ebbfce

%0
%19
%12
%8

Triadic Colors of #ebbfce

#ebbfce #ceebbf #bfceeb

Analogous Colors of #ebbfce

#ebbfce #ebc6bf #ebbfe4

Monochromatic Colors of #ebbfce

#ebbfce

Complementary Color

#ebbfce #bfebdc

#ebbfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbfce Color CSS Codes

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

#ebbfce Text Font Color

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

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


#ebbfce Background Color

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

This div background color is #ebbfce


#ebbfce Border Color

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

This div border color is #ebbfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbfce


Comments

No comments written yet.

Please login to write comment.