Color Hex Logo

#ede3cb Color Hex

#EDE3CB
(237,227,203)
0 Favorites   0 Comments

Color spaces of #ede3cb

RGB 237227203
HSL0.120.490.86
HSV42°14°93°
CMYK 0.000.040.14   0.07
XYZ73.173677.254567.5549
Yxy77.25450.33570.3544
Hunter Lab87.8945-5.211415.9565
CIE-Lab90.4386-0.530612.9346

#ede3cb color RGB value is (237,227,203).

#ede3cb hex color red value is 237, green value is 227 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ede3cb hue: 0.12 , saturation: 0.49 and the lightness value of ede3cb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 11001011
Octal 355 343 313
Decimal 237 227 203
Hex ED E3 CB

RGB Percentages of Color #ede3cb

%35.53
%34.03
%30.43

CMYK Percentages of Color #ede3cb

%0
%4
%14
%7

Triadic Colors of #ede3cb

#ede3cb #cbede3 #e3cbed

Analogous Colors of #ede3cb

#ede3cb #e6edcb #edd2cb

Monochromatic Colors of #ede3cb

#ede3cb

Complementary Color

#ede3cb #cbd5ed

#ede3cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede3cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede3cb Color CSS Codes

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

#ede3cb Text Font Color

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

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


#ede3cb Background Color

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

This div background color is #ede3cb


#ede3cb Border Color

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

This div border color is #ede3cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,227,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede3cb


Comments

No comments written yet.

Please login to write comment.