Color Hex Logo

#ebdfcc Color Hex

#EBDFCC
(235,223,204)
0 Favorites   0 Comments

Color spaces of #ebdfcc

RGB 235223204
HSL0.100.440.86
HSV37°13°92°
CMYK 0.000.050.13   0.08
XYZ71.547774.797267.7931
Yxy74.79720.33410.3493
Hunter Lab86.4854-3.679814.0642
CIE-Lab89.29790.966710.7676

#ebdfcc color RGB value is (235,223,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 11001100
Octal 353 337 314
Decimal 235 223 204
Hex EB DF CC

RGB Percentages of Color #ebdfcc

%35.50
%33.69
%30.82

CMYK Percentages of Color #ebdfcc

%0
%5
%13
%8

Triadic Colors of #ebdfcc

#ebdfcc #ccebdf #dfcceb

Analogous Colors of #ebdfcc

#ebdfcc #e8ebcc #ebd0cc

Monochromatic Colors of #ebdfcc

#ebdfcc

Complementary Color

#ebdfcc #ccd8eb

#ebdfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdfcc Color CSS Codes

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

#ebdfcc Text Font Color

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

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


#ebdfcc Background Color

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

This div background color is #ebdfcc


#ebdfcc Border Color

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

This div border color is #ebdfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdfcc


Comments

No comments written yet.

Please login to write comment.