Color Hex Logo

#ebbedd Color Hex

#EBBEDD
(235,190,221)
0 Favorites   0 Comments

Color spaces of #ebbedd

RGB 235190221
HSL0.890.530.83
HSV319°19°92°
CMYK 0.000.190.06   0.08
XYZ65.725659.709576.4676
Yxy59.70950.32550.2957
Hunter Lab77.271916.6019-4.5825
CIE-Lab81.680021.1144-9.3605

#ebbedd color RGB value is (235,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 11011101
Octal 353 276 335
Decimal 235 190 221
Hex EB BE DD

RGB Percentages of Color #ebbedd

%36.38
%29.41
%34.21

CMYK Percentages of Color #ebbedd

%0
%19
%6
%8

Triadic Colors of #ebbedd

#ebbedd #ddebbe #beddeb

Analogous Colors of #ebbedd

#ebbedd #ebbec7 #e3beeb

Monochromatic Colors of #ebbedd

#ebbedd

Complementary Color

#ebbedd #beebcc

#ebbedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbedd Color CSS Codes

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

#ebbedd Text Font Color

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

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


#ebbedd Background Color

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

This div background color is #ebbedd


#ebbedd Border Color

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

This div border color is #ebbedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbedd

#ebbedd Color Palettes


Comments

No comments written yet.

Please login to write comment.