Color Hex Logo

#edec9b Color Hex

#EDEC9B
(237,236,155)
0 Favorites   0 Comments

Color spaces of #edec9b

RGB 237236155
HSL0.160.690.77
HSV59°35°93°
CMYK 0.000.000.35   0.07
XYZ70.836980.362042.7883
Yxy80.36200.36520.4143
Hunter Lab89.6449-15.828734.4517
CIE-Lab91.8470-11.532239.4497

#edec9b color RGB value is (237,236,155).

#edec9b hex color red value is 237, green value is 236 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #edec9b hue: 0.16 , saturation: 0.69 and the lightness value of edec9b is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 10011011
Octal 355 354 233
Decimal 237 236 155
Hex ED EC 9B

RGB Percentages of Color #edec9b

%37.74
%37.58
%24.68

CMYK Percentages of Color #edec9b

%0
%0
%35
%7

Triadic Colors of #edec9b

#edec9b #9bedec #ec9bed

Analogous Colors of #edec9b

#edec9b #c5ed9b #edc39b

Monochromatic Colors of #edec9b

#edec9b

Complementary Color

#edec9b #9b9ced

#edec9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edec9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edec9b Color CSS Codes

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

#edec9b Text Font Color

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

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


#edec9b Background Color

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

This div background color is #edec9b


#edec9b Border Color

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

This div border color is #edec9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edec9b


Comments

No comments written yet.

Please login to write comment.