Color Hex Logo

#edbd8d Color Hex

#EDBD8D
(237,189,141)
0 Favorites   0 Comments

Color spaces of #edbd8d

RGB 237189141
HSL0.080.730.74
HSV30°41°93°
CMYK 0.000.200.41   0.07
XYZ57.930456.322833.0174
Yxy56.32280.39340.3824
Hunter Lab75.04856.450326.4495
CIE-Lab79.797211.009730.8011

#edbd8d color RGB value is (237,189,141).

#edbd8d hex color red value is 237, green value is 189 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #edbd8d hue: 0.08 , saturation: 0.73 and the lightness value of edbd8d is 0.74.

The process color (four color CMYK) of #edbd8d color hex is 0.00, 0.20, 0.41, 0.07. Web safe color of #edbd8d is #ffcc99. Color #edbd8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111101 10001101
Octal 355 275 215
Decimal 237 189 141
Hex ED BD 8D

RGB Percentages of Color #edbd8d

%41.80
%33.33
%24.87

CMYK Percentages of Color #edbd8d

%0
%20
%41
%7

Triadic Colors of #edbd8d

#edbd8d #8dedbd #bd8ded

Analogous Colors of #edbd8d

#edbd8d #eded8d #ed8d8d

Monochromatic Colors of #edbd8d

#edbd8d

Complementary Color

#edbd8d #8dbded

#edbd8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbd8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbd8d Color CSS Codes

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

#edbd8d Text Font Color

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

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


#edbd8d Background Color

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

This div background color is #edbd8d


#edbd8d Border Color

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

This div border color is #edbd8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbd8d


Comments

No comments written yet.

Please login to write comment.