Color Hex Logo

#ebdfcd Color Hex

#EBDFCD
(235,223,205)
0 Favorites   0 Comments

Color spaces of #ebdfcd

RGB 235223205
HSL0.100.430.86
HSV36°13°92°
CMYK 0.000.050.13   0.08
XYZ71.668174.845368.4269
Yxy74.84530.33340.3482
Hunter Lab86.5132-3.527513.6643
CIE-Lab89.32051.124410.2759

#ebdfcd color RGB value is (235,223,205).

#ebdfcd hex color red value is 235, green value is 223 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ebdfcd hue: 0.10 , saturation: 0.43 and the lightness value of ebdfcd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 11001101
Octal 353 337 315
Decimal 235 223 205
Hex EB DF CD

RGB Percentages of Color #ebdfcd

%35.44
%33.63
%30.92

CMYK Percentages of Color #ebdfcd

%0
%5
%13
%8

Triadic Colors of #ebdfcd

#ebdfcd #cdebdf #dfcdeb

Analogous Colors of #ebdfcd

#ebdfcd #e8ebcd #ebd0cd

Monochromatic Colors of #ebdfcd

#ebdfcd

Complementary Color

#ebdfcd #cdd9eb

#ebdfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdfcd Color CSS Codes

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

#ebdfcd Text Font Color

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

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


#ebdfcd Background Color

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

This div background color is #ebdfcd


#ebdfcd Border Color

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

This div border color is #ebdfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdfcd


Comments

No comments written yet.

Please login to write comment.