Color Hex Logo

#eddbcc Color Hex

#EDDBCC
(237,219,204)
0 Favorites   0 Comments

Color spaces of #eddbcc

RGB 237219204
HSL0.080.480.86
HSV27°14°93°
CMYK 0.000.080.14   0.07
XYZ71.155773.027267.4721
Yxy73.02720.33620.3450
Hunter Lab85.4560-0.918213.0065
CIE-Lab88.46073.74329.5940

#eddbcc color RGB value is (237,219,204).

#eddbcc hex color red value is 237, green value is 219 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #eddbcc hue: 0.08 , saturation: 0.48 and the lightness value of eddbcc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 11001100
Octal 355 333 314
Decimal 237 219 204
Hex ED DB CC

RGB Percentages of Color #eddbcc

%35.91
%33.18
%30.91

CMYK Percentages of Color #eddbcc

%0
%8
%14
%7

Triadic Colors of #eddbcc

#eddbcc #cceddb #dbcced

Analogous Colors of #eddbcc

#eddbcc #edeccc #edccce

Monochromatic Colors of #eddbcc

#eddbcc

Complementary Color

#eddbcc #ccdeed

#eddbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddbcc Color CSS Codes

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

#eddbcc Text Font Color

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

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


#eddbcc Background Color

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

This div background color is #eddbcc


#eddbcc Border Color

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

This div border color is #eddbcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,219,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 #eddbcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddbcc

#eddbcc Color Palettes


Comments

No comments written yet.

Please login to write comment.