Color Hex Logo

#edbb73 Color Hex

#EDBB73
(237,187,115)
0 Favorites   0 Comments

Color spaces of #edbb73

RGB 237187115
HSL0.100.770.69
HSV35°51°93°
CMYK 0.000.210.51   0.07
XYZ55.789954.783023.8534
Yxy54.78300.41500.4075
Hunter Lab74.01555.018832.7032
CIE-Lab78.91619.520543.0819

#edbb73 color RGB value is (237,187,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 01110011
Octal 355 273 163
Decimal 237 187 115
Hex ED BB 73

RGB Percentages of Color #edbb73

%43.97
%34.69
%21.34

CMYK Percentages of Color #edbb73

%0
%21
%51
%7

Triadic Colors of #edbb73

#edbb73 #73edbb #bb73ed

Analogous Colors of #edbb73

#edbb73 #e2ed73 #ed7e73

Monochromatic Colors of #edbb73

#edbb73

Complementary Color

#edbb73 #73a5ed

#edbb73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbb73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbb73 Color CSS Codes

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

#edbb73 Text Font Color

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

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


#edbb73 Background Color

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

This div background color is #edbb73


#edbb73 Border Color

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

This div border color is #edbb73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbb73


Comments

No comments written yet.

Please login to write comment.