Color Hex Logo

#edbd50 Color Hex

#EDBD50
(237,189,80)
0 Favorites   0 Comments

Color spaces of #edbd50

RGB 23718980
HSL0.120.810.62
HSV42°66°93°
CMYK 0.000.200.66   0.07
XYZ54.570654.978915.3252
Yxy54.97890.43700.4403
Hunter Lab74.14781.612239.6491
CIE-Lab79.02915.961059.8085

#edbd50 color RGB value is (237,189,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111101 01010000
Octal 355 275 120
Decimal 237 189 80
Hex ED BD 50

RGB Percentages of Color #edbd50

%46.84
%37.35
%15.81

CMYK Percentages of Color #edbd50

%0
%20
%66
%7

Triadic Colors of #edbd50

#edbd50 #50edbd #bd50ed

Analogous Colors of #edbd50

#edbd50 #cfed50 #ed6f50

Monochromatic Colors of #edbd50

#edbd50

Complementary Color

#edbd50 #5080ed

#edbd50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbd50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbd50 Color CSS Codes

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

#edbd50 Text Font Color

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

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


#edbd50 Background Color

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

This div background color is #edbd50


#edbd50 Border Color

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

This div border color is #edbd50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbd50


Comments

No comments written yet.

Please login to write comment.