Color Hex Logo

#edc96b Color Hex

#EDC96B
(237,201,107)
0 Favorites   0 Comments

Color spaces of #edc96b

RGB 237201107
HSL0.120.780.67
HSV43°55°93°
CMYK 0.000.150.55   0.07
XYZ58.465560.839422.5716
Yxy60.83940.41210.4288
Hunter Lab77.9996-2.702637.4423
CIE-Lab82.29231.556051.1025

#edc96b color RGB value is (237,201,107).

#edc96b hex color red value is 237, green value is 201 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #edc96b hue: 0.12 , saturation: 0.78 and the lightness value of edc96b is 0.67.

The process color (four color CMYK) of #edc96b color hex is 0.00, 0.15, 0.55, 0.07. Web safe color of #edc96b is #ffcc66. Color #edc96b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001001 01101011
Octal 355 311 153
Decimal 237 201 107
Hex ED C9 6B

RGB Percentages of Color #edc96b

%43.49
%36.88
%19.63

CMYK Percentages of Color #edc96b

%0
%15
%55
%7

Triadic Colors of #edc96b

#edc96b #6bedc9 #c96bed

Analogous Colors of #edc96b

#edc96b #d0ed6b #ed886b

Monochromatic Colors of #edc96b

#edc96b

Complementary Color

#edc96b #6b8fed

#edc96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc96b Color CSS Codes

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

#edc96b Text Font Color

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

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


#edc96b Background Color

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

This div background color is #edc96b


#edc96b Border Color

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

This div border color is #edc96b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc96b


Comments

No comments written yet.

Please login to write comment.