Color Hex Logo

#edbe73 Color Hex

#EDBE73
(237,190,115)
0 Favorites   0 Comments

Color spaces of #edbe73

RGB 237190115
HSL0.100.770.69
HSV37°51°93°
CMYK 0.000.200.51   0.07
XYZ56.433056.069224.0678
Yxy56.06920.41320.4106
Hunter Lab74.87943.488033.3585
CIE-Lab79.65327.945843.9926

#edbe73 color RGB value is (237,190,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 01110011
Octal 355 276 163
Decimal 237 190 115
Hex ED BE 73

RGB Percentages of Color #edbe73

%43.73
%35.06
%21.22

CMYK Percentages of Color #edbe73

%0
%20
%51
%7

Triadic Colors of #edbe73

#edbe73 #73edbe #be73ed

Analogous Colors of #edbe73

#edbe73 #dfed73 #ed8173

Monochromatic Colors of #edbe73

#edbe73

Complementary Color

#edbe73 #73a2ed

#edbe73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbe73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbe73 Color CSS Codes

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

#edbe73 Text Font Color

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

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


#edbe73 Background Color

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

This div background color is #edbe73


#edbe73 Border Color

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

This div border color is #edbe73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbe73


Comments

No comments written yet.

Please login to write comment.