Color Hex Logo

#ebdac0 Color Hex

#EBDAC0
(235,218,192)
0 Favorites   0 Comments

Color spaces of #ebdac0

RGB 235218192
HSL0.100.520.84
HSV36°18°92°
CMYK 0.000.070.18   0.08
XYZ68.846871.610760.0628
Yxy71.61070.34330.3571
Hunter Lab84.6231-2.868217.1540
CIE-Lab87.78091.708814.9069

#ebdac0 color RGB value is (235,218,192).

#ebdac0 hex color red value is 235, green value is 218 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #ebdac0 hue: 0.10 , saturation: 0.52 and the lightness value of ebdac0 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011010 11000000
Octal 353 332 300
Decimal 235 218 192
Hex EB DA C0

RGB Percentages of Color #ebdac0

%36.43
%33.80
%29.77

CMYK Percentages of Color #ebdac0

%0
%7
%18
%8

Triadic Colors of #ebdac0

#ebdac0 #c0ebda #dac0eb

Analogous Colors of #ebdac0

#ebdac0 #e7ebc0 #ebc5c0

Monochromatic Colors of #ebdac0

#ebdac0

Complementary Color

#ebdac0 #c0d1eb

#ebdac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdac0 Color CSS Codes

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

#ebdac0 Text Font Color

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

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


#ebdac0 Background Color

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

This div background color is #ebdac0


#ebdac0 Border Color

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

This div border color is #ebdac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdac0


Comments

No comments written yet.

Please login to write comment.