Color Hex Logo

#edc98b Color Hex

#EDC98B
(237,201,139)
0 Favorites   0 Comments

Color spaces of #edc98b

RGB 237201139
HSL0.110.730.74
HSV38°41°93°
CMYK 0.000.150.41   0.07
XYZ60.471961.641933.1370
Yxy61.64190.38950.3970
Hunter Lab78.51240.087929.9347
CIE-Lab82.72264.511035.6829

#edc98b color RGB value is (237,201,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001001 10001011
Octal 355 311 213
Decimal 237 201 139
Hex ED C9 8B

RGB Percentages of Color #edc98b

%41.07
%34.84
%24.09

CMYK Percentages of Color #edc98b

%0
%15
%41
%7

Triadic Colors of #edc98b

#edc98b #8bedc9 #c98bed

Analogous Colors of #edc98b

#edc98b #e0ed8b #ed988b

Monochromatic Colors of #edc98b

#edc98b

Complementary Color

#edc98b #8bafed

#edc98b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc98b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc98b Color CSS Codes

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

#edc98b Text Font Color

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

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


#edc98b Background Color

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

This div background color is #edc98b


#edc98b Border Color

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

This div border color is #edc98b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc98b


Comments

No comments written yet.

Please login to write comment.