Color Hex Logo

#ebbadc Color Hex

#EBBADC
(235,186,220)
0 Favorites   0 Comments

Color spaces of #ebbadc

RGB 235186220
HSL0.880.550.83
HSV318°21°92°
CMYK 0.000.210.06   0.08
XYZ64.738157.947375.4830
Yxy57.94730.32670.2924
Hunter Lab76.123118.5880-5.5052
CIE-Lab80.709523.0723-10.2676

#ebbadc color RGB value is (235,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 11011100
Octal 353 272 334
Decimal 235 186 220
Hex EB BA DC

RGB Percentages of Color #ebbadc

%36.66
%29.02
%34.32

CMYK Percentages of Color #ebbadc

%0
%21
%6
%8

Triadic Colors of #ebbadc

#ebbadc #dcebba #badceb

Analogous Colors of #ebbadc

#ebbadc #ebbac4 #e2baeb

Monochromatic Colors of #ebbadc

#ebbadc

Complementary Color

#ebbadc #baebc9

#ebbadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbadc Color CSS Codes

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

#ebbadc Text Font Color

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

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


#ebbadc Background Color

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

This div background color is #ebbadc


#ebbadc Border Color

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

This div border color is #ebbadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbadc


Comments

No comments written yet.

Please login to write comment.