Color Hex Logo

#edc97b Color Hex

#EDC97B
(237,201,123)
0 Favorites   0 Comments

Color spaces of #edc97b

RGB 237201123
HSL0.110.760.71
HSV41°48°93°
CMYK 0.000.150.48   0.07
XYZ59.386861.207927.4232
Yxy61.20790.40120.4135
Hunter Lab78.2355-1.416733.9824
CIE-Lab82.49042.924343.5073

#edc97b color RGB value is (237,201,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001001 01111011
Octal 355 311 173
Decimal 237 201 123
Hex ED C9 7B

RGB Percentages of Color #edc97b

%42.25
%35.83
%21.93

CMYK Percentages of Color #edc97b

%0
%15
%48
%7

Triadic Colors of #edc97b

#edc97b #7bedc9 #c97bed

Analogous Colors of #edc97b

#edc97b #d8ed7b #ed907b

Monochromatic Colors of #edc97b

#edc97b

Complementary Color

#edc97b #7b9fed

#edc97b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc97b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc97b Color CSS Codes

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

#edc97b Text Font Color

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

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


#edc97b Background Color

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

This div background color is #edc97b


#edc97b Border Color

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

This div border color is #edc97b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc97b


Comments

No comments written yet.

Please login to write comment.