Color Hex Logo

#edebc3 Color Hex

#EDEBC3
(237,235,195)
0 Favorites   0 Comments

Color spaces of #edebc3

RGB 237235195
HSL0.160.540.85
HSV57°18°93°
CMYK 0.000.010.18   0.07
XYZ74.483781.361363.4084
Yxy81.36130.33970.3711
Hunter Lab90.2005-10.453221.4612
CIE-Lab92.2922-5.801619.6944

#edebc3 color RGB value is (237,235,195).

#edebc3 hex color red value is 237, green value is 235 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #edebc3 hue: 0.16 , saturation: 0.54 and the lightness value of edebc3 is 0.85.

The process color (four color CMYK) of #edebc3 color hex is 0.00, 0.01, 0.18, 0.07. Web safe color of #edebc3 is #ffffcc. Color #edebc3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101011 11000011
Octal 355 353 303
Decimal 237 235 195
Hex ED EB C3

RGB Percentages of Color #edebc3

%35.53
%35.23
%29.24

CMYK Percentages of Color #edebc3

%0
%1
%18
%7

Triadic Colors of #edebc3

#edebc3 #c3edeb #ebc3ed

Analogous Colors of #edebc3

#edebc3 #daedc3 #edd6c3

Monochromatic Colors of #edebc3

#edebc3

Complementary Color

#edebc3 #c3c5ed

#edebc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edebc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edebc3 Color CSS Codes

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

#edebc3 Text Font Color

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

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


#edebc3 Background Color

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

This div background color is #edebc3


#edebc3 Border Color

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

This div border color is #edebc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edebc3


Comments

No comments written yet.

Please login to write comment.