Color Hex Logo

#ebdcdc Color Hex

#EBDCDC
(235,220,220)
0 Favorites   0 Comments

Color spaces of #ebdcdc

RGB 235220220
HSL0.000.270.89
HSV92°
CMYK 0.000.060.06   0.08
XYZ72.772474.015978.1611
Yxy74.01590.32350.3290
Hunter Lab86.03250.43116.3574
CIE-Lab88.93005.13301.8366

#ebdcdc color RGB value is (235,220,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 11011100
Octal 353 334 334
Decimal 235 220 220
Hex EB DC DC

RGB Percentages of Color #ebdcdc

%34.81
%32.59
%32.59

CMYK Percentages of Color #ebdcdc

%0
%6
%6
%8

Triadic Colors of #ebdcdc

#ebdcdc #dcebdc #dcdceb

Analogous Colors of #ebdcdc

#ebdcdc #ebe4dc #ebdce4

Monochromatic Colors of #ebdcdc

#ebdcdc

Complementary Color

#ebdcdc #dcebeb

#ebdcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdcdc Color CSS Codes

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

#ebdcdc Text Font Color

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

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


#ebdcdc Background Color

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

This div background color is #ebdcdc


#ebdcdc Border Color

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

This div border color is #ebdcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdcdc

#ebdcdc Color Palettes


Comments

No comments written yet.

Please login to write comment.