Color Hex Logo

#edebbe Color Hex

#EDEBBE
(237,235,190)
0 Favorites   0 Comments

Color spaces of #edebbe

RGB 237235190
HSL0.160.570.84
HSV57°20°93°
CMYK 0.000.010.20   0.07
XYZ73.927681.138960.4802
Yxy81.13890.34300.3764
Hunter Lab90.0771-11.137523.2451
CIE-Lab92.1935-6.526022.1357

#edebbe color RGB value is (237,235,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101011 10111110
Octal 355 353 276
Decimal 237 235 190
Hex ED EB BE

RGB Percentages of Color #edebbe

%35.80
%35.50
%28.70

CMYK Percentages of Color #edebbe

%0
%1
%20
%7

Triadic Colors of #edebbe

#edebbe #beedeb #ebbeed

Analogous Colors of #edebbe

#edebbe #d8edbe #edd4be

Monochromatic Colors of #edebbe

#edebbe

Complementary Color

#edebbe #bec0ed

#edebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edebbe Color CSS Codes

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

#edebbe Text Font Color

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

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


#edebbe Background Color

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

This div background color is #edebbe


#edebbe Border Color

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

This div border color is #edebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edebbe


Comments

No comments written yet.

Please login to write comment.