Color Hex Logo

#ebdbdc Color Hex

#EBDBDC
(235,219,220)
0 Favorites   0 Comments

Color spaces of #ebdbdc

RGB 235219220
HSL0.990.290.89
HSV356°92°
CMYK 0.000.070.06   0.08
XYZ72.510773.492578.0739
Yxy73.49250.32360.3280
Hunter Lab85.72780.95626.0129
CIE-Lab88.68215.65271.4758

#ebdbdc color RGB value is (235,219,220).

#ebdbdc hex color red value is 235, green value is 219 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ebdbdc hue: 0.99 , saturation: 0.29 and the lightness value of ebdbdc is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 11011100
Octal 353 333 334
Decimal 235 219 220
Hex EB DB DC

RGB Percentages of Color #ebdbdc

%34.87
%32.49
%32.64

CMYK Percentages of Color #ebdbdc

%0
%7
%6
%8

Triadic Colors of #ebdbdc

#ebdbdc #dcebdb #dbdceb

Analogous Colors of #ebdbdc

#ebdbdc #ebe2db #ebdbe4

Monochromatic Colors of #ebdbdc

#ebdbdc

Complementary Color

#ebdbdc #dbebea

#ebdbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdbdc Color CSS Codes

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

#ebdbdc Text Font Color

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

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


#ebdbdc Background Color

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

This div background color is #ebdbdc


#ebdbdc Border Color

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

This div border color is #ebdbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdbdc


Comments

No comments written yet.

Please login to write comment.