Color Hex Logo

#ebbbdd Color Hex

#EBBBDD
(235,187,221)
0 Favorites   0 Comments

Color spaces of #ebbbdd

RGB 235187221
HSL0.880.550.83
HSV318°20°92°
CMYK 0.000.200.06   0.08
XYZ65.082458.423376.2532
Yxy58.42330.32580.2925
Hunter Lab76.435118.2263-5.6443
CIE-Lab80.973622.7125-10.4123

#ebbbdd color RGB value is (235,187,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 11011101
Octal 353 273 335
Decimal 235 187 221
Hex EB BB DD

RGB Percentages of Color #ebbbdd

%36.55
%29.08
%34.37

CMYK Percentages of Color #ebbbdd

%0
%20
%6
%8

Triadic Colors of #ebbbdd

#ebbbdd #ddebbb #bbddeb

Analogous Colors of #ebbbdd

#ebbbdd #ebbbc5 #e1bbeb

Monochromatic Colors of #ebbbdd

#ebbbdd

Complementary Color

#ebbbdd #bbebc9

#ebbbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbbdd Color CSS Codes

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

#ebbbdd Text Font Color

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

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


#ebbbdd Background Color

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

This div background color is #ebbbdd


#ebbbdd Border Color

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

This div border color is #ebbbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbbdd


Comments

No comments written yet.

Please login to write comment.