Color Hex Logo

#ebbadf Color Hex

#EBBADF
(235,186,223)
0 Favorites   0 Comments

Color spaces of #ebbadf

RGB 235186223
HSL0.870.550.83
HSV315°21°92°
CMYK 0.000.210.05   0.08
XYZ65.139158.107777.5947
Yxy58.10770.32430.2893
Hunter Lab76.228419.1330-6.9928
CIE-Lab80.798623.5945-11.7494

#ebbadf color RGB value is (235,186,223).

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

The process color (four color CMYK) of #ebbadf color hex is 0.00, 0.21, 0.05, 0.08. Web safe color of #ebbadf is #ffcccc. Color #ebbadf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 11011111
Octal 353 272 337
Decimal 235 186 223
Hex EB BA DF

RGB Percentages of Color #ebbadf

%36.49
%28.88
%34.63

CMYK Percentages of Color #ebbadf

%0
%21
%5
%8

Triadic Colors of #ebbadf

#ebbadf #dfebba #badfeb

Analogous Colors of #ebbadf

#ebbadf #ebbac7 #dfbaeb

Monochromatic Colors of #ebbadf

#ebbadf

Complementary Color

#ebbadf #baebc6

#ebbadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbadf Color CSS Codes

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

#ebbadf Text Font Color

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

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


#ebbadf Background Color

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

This div background color is #ebbadf


#ebbadf Border Color

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

This div border color is #ebbadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbadf


Comments

No comments written yet.

Please login to write comment.