Color Hex Logo

#ebbbd2 Color Hex

#EBBBD2
(235,187,210)
0 Favorites   0 Comments

Color spaces of #ebbbd2

RGB 235187210
HSL0.920.550.83
HSV331°20°92°
CMYK 0.000.200.11   0.08
XYZ63.664157.856068.7846
Yxy57.85600.33450.3040
Hunter Lab76.063116.2923-0.3723
CIE-Lab80.658720.8450-4.9563

#ebbbd2 color RGB value is (235,187,210).

#ebbbd2 hex color red value is 235, green value is 187 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #ebbbd2 hue: 0.92 , saturation: 0.55 and the lightness value of ebbbd2 is 0.83.

The process color (four color CMYK) of #ebbbd2 color hex is 0.00, 0.20, 0.11, 0.08. Web safe color of #ebbbd2 is #ffcccc. Color #ebbbd2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 11010010
Octal 353 273 322
Decimal 235 187 210
Hex EB BB D2

RGB Percentages of Color #ebbbd2

%37.18
%29.59
%33.23

CMYK Percentages of Color #ebbbd2

%0
%20
%11
%8

Triadic Colors of #ebbbd2

#ebbbd2 #d2ebbb #bbd2eb

Analogous Colors of #ebbbd2

#ebbbd2 #ebbcbb #ebbbea

Monochromatic Colors of #ebbbd2

#ebbbd2

Complementary Color

#ebbbd2 #bbebd4

#ebbbd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbbd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbbd2 Color CSS Codes

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

#ebbbd2 Text Font Color

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

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


#ebbbd2 Background Color

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

This div background color is #ebbbd2


#ebbbd2 Border Color

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

This div border color is #ebbbd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbbd2


Comments

No comments written yet.

Please login to write comment.