Color Hex Logo

#ebabdb Color Hex

#EBABDB
(235,171,219)
0 Favorites   0 Comments

Color spaces of #ebabdb

RGB 235171219
HSL0.880.620.80
HSV315°27°92°
CMYK 0.000.270.07   0.08
XYZ61.610051.902573.7888
Yxy51.90250.32890.2771
Hunter Lab72.043426.5735-10.2961
CIE-Lab77.222530.8995-14.9453

#ebabdb color RGB value is (235,171,219).

#ebabdb hex color red value is 235, green value is 171 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ebabdb hue: 0.88 , saturation: 0.62 and the lightness value of ebabdb is 0.80.

The process color (four color CMYK) of #ebabdb color hex is 0.00, 0.27, 0.07, 0.08. Web safe color of #ebabdb is #ff99cc. Color #ebabdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101011 11011011
Octal 353 253 333
Decimal 235 171 219
Hex EB AB DB

RGB Percentages of Color #ebabdb

%37.60
%27.36
%35.04

CMYK Percentages of Color #ebabdb

%0
%27
%7
%8

Triadic Colors of #ebabdb

#ebabdb #dbebab #abdbeb

Analogous Colors of #ebabdb

#ebabdb #ebabbb #dbabeb

Monochromatic Colors of #ebabdb

#ebabdb

Complementary Color

#ebabdb #abebbb

#ebabdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebabdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebabdb Color CSS Codes

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

#ebabdb Text Font Color

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

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


#ebabdb Background Color

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

This div background color is #ebabdb


#ebabdb Border Color

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

This div border color is #ebabdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebabdb


Comments

No comments written yet.

Please login to write comment.