Color Hex Logo

#ebbbda Color Hex

#EBBBDA
(235,187,218)
0 Favorites   0 Comments

Color spaces of #ebbbda

RGB 235187218
HSL0.890.550.83
HSV321°20°92°
CMYK 0.000.200.07   0.08
XYZ64.686258.264874.1666
Yxy58.26480.32820.2956
Hunter Lab76.331417.6880-4.1765
CIE-Lab80.885822.1948-8.9286

#ebbbda color RGB value is (235,187,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 11011010
Octal 353 273 332
Decimal 235 187 218
Hex EB BB DA

RGB Percentages of Color #ebbbda

%36.72
%29.22
%34.06

CMYK Percentages of Color #ebbbda

%0
%20
%7
%8

Triadic Colors of #ebbbda

#ebbbda #daebbb #bbdaeb

Analogous Colors of #ebbbda

#ebbbda #ebbbc2 #e4bbeb

Monochromatic Colors of #ebbbda

#ebbbda

Complementary Color

#ebbbda #bbebcc

#ebbbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbbda Color CSS Codes

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

#ebbbda Text Font Color

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

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


#ebbbda Background Color

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

This div background color is #ebbbda


#ebbbda Border Color

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

This div border color is #ebbbda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,187,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 #ebbbda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbbda


Comments

No comments written yet.

Please login to write comment.