Color Hex Logo

#ebabda Color Hex

#EBABDA
(235,171,218)
0 Favorites   0 Comments

Color spaces of #ebabda

RGB 235171218
HSL0.880.620.80
HSV316°27°92°
CMYK 0.000.270.07   0.08
XYZ61.478751.849973.0974
Yxy51.84990.32980.2781
Hunter Lab72.006926.3894-9.7831
CIE-Lab77.191030.7277-14.4492

#ebabda color RGB value is (235,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101011 11011010
Octal 353 253 332
Decimal 235 171 218
Hex EB AB DA

RGB Percentages of Color #ebabda

%37.66
%27.40
%34.94

CMYK Percentages of Color #ebabda

%0
%27
%7
%8

Triadic Colors of #ebabda

#ebabda #daebab #abdaeb

Analogous Colors of #ebabda

#ebabda #ebabba #dcabeb

Monochromatic Colors of #ebabda

#ebabda

Complementary Color

#ebabda #abebbc

#ebabda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebabda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebabda Color CSS Codes

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

#ebabda Text Font Color

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

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


#ebabda Background Color

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

This div background color is #ebabda


#ebabda Border Color

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

This div border color is #ebabda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebabda


Comments

No comments written yet.

Please login to write comment.