Color Hex Logo

#ebd0ec Color Hex

#EBD0EC
(235,208,236)
0 Favorites   0 Comments

Color spaces of #ebd0ec

RGB 235208236
HSL0.830.420.87
HSV298°12°93°
CMYK 0.000.120.00   0.07
XYZ71.957168.830088.8499
Yxy68.83000.31340.2997
Hunter Lab82.96389.6318-5.4218
CIE-Lab86.419814.2382-10.3083

#ebd0ec color RGB value is (235,208,236).

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

The process color (four color CMYK) of #ebd0ec color hex is 0.00, 0.12, 0.00, 0.07. Web safe color of #ebd0ec is #ffccff. Color #ebd0ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010000 11101100
Octal 353 320 354
Decimal 235 208 236
Hex EB D0 EC

RGB Percentages of Color #ebd0ec

%34.61
%30.63
%34.76

CMYK Percentages of Color #ebd0ec

%0
%12
%0
%7

Triadic Colors of #ebd0ec

#ebd0ec #ecebd0 #d0eceb

Analogous Colors of #ebd0ec

#ebd0ec #ecd0df #ddd0ec

Monochromatic Colors of #ebd0ec

#ebd0ec

Complementary Color

#ebd0ec #d1ecd0

#ebd0ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd0ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd0ec Color CSS Codes

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

#ebd0ec Text Font Color

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

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


#ebd0ec Background Color

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

This div background color is #ebd0ec


#ebd0ec Border Color

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

This div border color is #ebd0ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd0ec

#ebd0ec Color Palettes


Comments

No comments written yet.

Please login to write comment.