Color Hex Logo

#ebddc6 Color Hex

#EBDDC6
(235,221,198)
0 Favorites   0 Comments

Color spaces of #ebddc6

RGB 235221198
HSL0.100.480.85
HSV37°16°92°
CMYK 0.000.060.16   0.08
XYZ70.310473.452363.8980
Yxy73.45230.33860.3537
Hunter Lab85.7043-3.544115.7886
CIE-Lab88.66301.066313.0083

#ebddc6 color RGB value is (235,221,198).

#ebddc6 hex color red value is 235, green value is 221 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #ebddc6 hue: 0.10 , saturation: 0.48 and the lightness value of ebddc6 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011101 11000110
Octal 353 335 306
Decimal 235 221 198
Hex EB DD C6

RGB Percentages of Color #ebddc6

%35.93
%33.79
%30.28

CMYK Percentages of Color #ebddc6

%0
%6
%16
%8

Triadic Colors of #ebddc6

#ebddc6 #c6ebdd #ddc6eb

Analogous Colors of #ebddc6

#ebddc6 #e7ebc6 #ebcbc6

Monochromatic Colors of #ebddc6

#ebddc6

Complementary Color

#ebddc6 #c6d4eb

#ebddc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebddc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebddc6 Color CSS Codes

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

#ebddc6 Text Font Color

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

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


#ebddc6 Background Color

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

This div background color is #ebddc6


#ebddc6 Border Color

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

This div border color is #ebddc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebddc6


Comments

No comments written yet.

Please login to write comment.