Color Hex Logo

#edb771 Color Hex

#EDB771
(237,183,113)
0 Favorites   0 Comments

Color spaces of #edb771

RGB 237183113
HSL0.090.780.69
HSV34°52°93°
CMYK 0.000.230.52   0.07
XYZ54.839253.063822.9748
Yxy53.06380.41900.4054
Hunter Lab72.84496.900032.2918
CIE-Lab77.912711.454142.8507

#edb771 color RGB value is (237,183,113).

#edb771 hex color red value is 237, green value is 183 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #edb771 hue: 0.09 , saturation: 0.78 and the lightness value of edb771 is 0.69.

The process color (four color CMYK) of #edb771 color hex is 0.00, 0.23, 0.52, 0.07. Web safe color of #edb771 is #ffcc66. Color #edb771 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110111 01110001
Octal 355 267 161
Decimal 237 183 113
Hex ED B7 71

RGB Percentages of Color #edb771

%44.47
%34.33
%21.20

CMYK Percentages of Color #edb771

%0
%23
%52
%7

Triadic Colors of #edb771

#edb771 #71edb7 #b771ed

Analogous Colors of #edb771

#edb771 #e5ed71 #ed7971

Monochromatic Colors of #edb771

#edb771

Complementary Color

#edb771 #71a7ed

#edb771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb771 Color CSS Codes

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

#edb771 Text Font Color

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

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


#edb771 Background Color

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

This div background color is #edb771


#edb771 Border Color

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

This div border color is #edb771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb771


Comments

No comments written yet.

Please login to write comment.