Color Hex Logo

#edb750 Color Hex

#EDB750
(237,183,80)
0 Favorites   0 Comments

Color spaces of #edb750

RGB 23718380
HSL0.110.810.62
HSV39°66°93°
CMYK 0.000.230.66   0.07
XYZ53.306552.450714.9039
Yxy52.45070.44180.4347
Hunter Lab72.42294.644138.4947
CIE-Lab77.54969.104558.2197

#edb750 color RGB value is (237,183,80).

#edb750 hex color red value is 237, green value is 183 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #edb750 hue: 0.11 , saturation: 0.81 and the lightness value of edb750 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110111 01010000
Octal 355 267 120
Decimal 237 183 80
Hex ED B7 50

RGB Percentages of Color #edb750

%47.40
%36.60
%16.00

CMYK Percentages of Color #edb750

%0
%23
%66
%7

Triadic Colors of #edb750

#edb750 #50edb7 #b750ed

Analogous Colors of #edb750

#edb750 #d5ed50 #ed6950

Monochromatic Colors of #edb750

#edb750

Complementary Color

#edb750 #5086ed

#edb750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb750 Color CSS Codes

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

#edb750 Text Font Color

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

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


#edb750 Background Color

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

This div background color is #edb750


#edb750 Border Color

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

This div border color is #edb750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb750


Comments

No comments written yet.

Please login to write comment.