Color Hex Logo

#ebdbd4 Color Hex

#EBDBD4
(235,219,212)
1 Favorites   0 Comments

Color spaces of #ebdbd4

RGB 235219212
HSL0.050.370.88
HSV18°10°92°
CMYK 0.000.070.10   0.08
XYZ71.476173.078772.6258
Yxy73.07870.32910.3365
Hunter Lab85.4861-0.35439.4697
CIE-Lab88.48524.31785.4011

#ebdbd4 color RGB value is (235,219,212).

#ebdbd4 hex color red value is 235, green value is 219 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #ebdbd4 hue: 0.05 , saturation: 0.37 and the lightness value of ebdbd4 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 11010100
Octal 353 333 324
Decimal 235 219 212
Hex EB DB D4

RGB Percentages of Color #ebdbd4

%35.29
%32.88
%31.83

CMYK Percentages of Color #ebdbd4

%0
%7
%10
%8

Triadic Colors of #ebdbd4

#ebdbd4 #d4ebdb #dbd4eb

Analogous Colors of #ebdbd4

#ebdbd4 #ebe7d4 #ebd4d9

Monochromatic Colors of #ebdbd4

#ebdbd4

Complementary Color

#ebdbd4 #d4e4eb

#ebdbd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdbd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdbd4 Color CSS Codes

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

#ebdbd4 Text Font Color

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

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


#ebdbd4 Background Color

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

This div background color is #ebdbd4


#ebdbd4 Border Color

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

This div border color is #ebdbd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdbd4

#ebdbd4 Color Palettes


Comments

No comments written yet.

Please login to write comment.