Color Hex Logo

#ebbecf Color Hex

#EBBECF
(235,190,207)
0 Favorites   0 Comments

Color spaces of #ebbecf

RGB 235190207
HSL0.940.530.83
HSV337°19°92°
CMYK 0.000.190.12   0.08
XYZ63.936958.994167.0486
Yxy58.99410.33650.3105
Hunter Lab76.807614.17532.0086
CIE-Lab81.288418.7548-2.4146

#ebbecf color RGB value is (235,190,207).

#ebbecf hex color red value is 235, green value is 190 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ebbecf hue: 0.94 , saturation: 0.53 and the lightness value of ebbecf is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 11001111
Octal 353 276 317
Decimal 235 190 207
Hex EB BE CF

RGB Percentages of Color #ebbecf

%37.18
%30.06
%32.75

CMYK Percentages of Color #ebbecf

%0
%19
%12
%8

Triadic Colors of #ebbecf

#ebbecf #cfebbe #becfeb

Analogous Colors of #ebbecf

#ebbecf #ebc4be #ebbee6

Monochromatic Colors of #ebbecf

#ebbecf

Complementary Color

#ebbecf #beebda

#ebbecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbecf Color CSS Codes

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

#ebbecf Text Font Color

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

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


#ebbecf Background Color

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

This div background color is #ebbecf


#ebbecf Border Color

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

This div border color is #ebbecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbecf


Comments

No comments written yet.

Please login to write comment.