Color Hex Logo

#edb074 Color Hex

#EDB074
(237,176,116)
0 Favorites   0 Comments

Color spaces of #edb074

RGB 237176116
HSL0.080.770.69
HSV30°51°93°
CMYK 0.000.260.51   0.07
XYZ53.602850.316123.4098
Yxy50.31610.42100.3952
Hunter Lab70.933810.753430.0866
CIE-Lab76.262915.413139.2595

#edb074 color RGB value is (237,176,116).

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

The process color (four color CMYK) of #edb074 color hex is 0.00, 0.26, 0.51, 0.07. Web safe color of #edb074 is #ff9966. Color #edb074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110000 01110100
Octal 355 260 164
Decimal 237 176 116
Hex ED B0 74

RGB Percentages of Color #edb074

%44.80
%33.27
%21.93

CMYK Percentages of Color #edb074

%0
%26
%51
%7

Triadic Colors of #edb074

#edb074 #74edb0 #b074ed

Analogous Colors of #edb074

#edb074 #eded74 #ed7475

Monochromatic Colors of #edb074

#edb074

Complementary Color

#edb074 #74b1ed

#edb074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb074 Color CSS Codes

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

#edb074 Text Font Color

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

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


#edb074 Background Color

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

This div background color is #edb074


#edb074 Border Color

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

This div border color is #edb074


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,176,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 #edb074">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb074


Comments

No comments written yet.

Please login to write comment.