Color Hex Logo

#edb974 Color Hex

#EDB974
(237,185,116)
0 Favorites   0 Comments

Color spaces of #edb974

RGB 237185116
HSL0.100.770.69
HSV34°51°93°
CMYK 0.000.220.51   0.07
XYZ55.426453.963424.0177
Yxy53.96340.41550.4045
Hunter Lab73.45986.126032.0370
CIE-Lab78.440410.659841.9855

#edb974 color RGB value is (237,185,116).

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

The process color (four color CMYK) of #edb974 color hex is 0.00, 0.22, 0.51, 0.07. Web safe color of #edb974 is #ffcc66. Color #edb974 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111001 01110100
Octal 355 271 164
Decimal 237 185 116
Hex ED B9 74

RGB Percentages of Color #edb974

%44.05
%34.39
%21.56

CMYK Percentages of Color #edb974

%0
%22
%51
%7

Triadic Colors of #edb974

#edb974 #74edb9 #b974ed

Analogous Colors of #edb974

#edb974 #e5ed74 #ed7d74

Monochromatic Colors of #edb974

#edb974

Complementary Color

#edb974 #74a8ed

#edb974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb974 Color CSS Codes

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

#edb974 Text Font Color

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

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


#edb974 Background Color

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

This div background color is #edb974


#edb974 Border Color

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

This div border color is #edb974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb974


Comments

No comments written yet.

Please login to write comment.