Color Hex Logo

#edebc1 Color Hex

#EDEBC1
(237,235,193)
0 Favorites   0 Comments

Color spaces of #edebc1

RGB 237235193
HSL0.160.550.84
HSV57°19°93°
CMYK 0.000.010.19   0.07
XYZ74.259081.271462.2252
Yxy81.27140.34100.3732
Hunter Lab90.1507-10.729422.1814
CIE-Lab92.2523-6.093620.6710

#edebc1 color RGB value is (237,235,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101011 11000001
Octal 355 353 301
Decimal 237 235 193
Hex ED EB C1

RGB Percentages of Color #edebc1

%35.64
%35.34
%29.02

CMYK Percentages of Color #edebc1

%0
%1
%19
%7

Triadic Colors of #edebc1

#edebc1 #c1edeb #ebc1ed

Analogous Colors of #edebc1

#edebc1 #d9edc1 #edd5c1

Monochromatic Colors of #edebc1

#edebc1

Complementary Color

#edebc1 #c1c3ed

#edebc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edebc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edebc1 Color CSS Codes

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

#edebc1 Text Font Color

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

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


#edebc1 Background Color

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

This div background color is #edebc1


#edebc1 Border Color

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

This div border color is #edebc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edebc1


Comments

No comments written yet.

Please login to write comment.