Color Hex Logo

#edeb8d Color Hex

#EDEB8D
(237,235,141)
0 Favorites   0 Comments

Color spaces of #edeb8d

RGB 237235141
HSL0.160.730.74
HSV59°41°93°
CMYK 0.000.010.41   0.07
XYZ69.441179.344336.8543
Yxy79.34430.37410.4274
Hunter Lab89.0754-16.727637.8220
CIE-Lab91.3898-12.558845.7731

#edeb8d color RGB value is (237,235,141).

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

The process color (four color CMYK) of #edeb8d color hex is 0.00, 0.01, 0.41, 0.07. Web safe color of #edeb8d is #ffff99. Color #edeb8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101011 10001101
Octal 355 353 215
Decimal 237 235 141
Hex ED EB 8D

RGB Percentages of Color #edeb8d

%38.66
%38.34
%23.00

CMYK Percentages of Color #edeb8d

%0
%1
%41
%7

Triadic Colors of #edeb8d

#edeb8d #8dedeb #eb8ded

Analogous Colors of #edeb8d

#edeb8d #bfed8d #edbb8d

Monochromatic Colors of #edeb8d

#edeb8d

Complementary Color

#edeb8d #8d8fed

#edeb8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeb8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeb8d Color CSS Codes

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

#edeb8d Text Font Color

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

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


#edeb8d Background Color

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

This div background color is #edeb8d


#edeb8d Border Color

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

This div border color is #edeb8d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,235,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 #edeb8d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeb8d


Comments

No comments written yet.

Please login to write comment.