Color Hex Logo

#edbe47 Color Hex

#EDBE47
(237,190,71)
0 Favorites   0 Comments

Color spaces of #edbe47

RGB 23719071
HSL0.120.820.60
HSV43°70°93°
CMYK 0.000.200.70   0.07
XYZ54.475855.286413.7614
Yxy55.28640.44100.4476
Hunter Lab74.35480.656541.0751
CIE-Lab79.20604.958063.7797

#edbe47 color RGB value is (237,190,71).

#edbe47 hex color red value is 237, green value is 190 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #edbe47 hue: 0.12 , saturation: 0.82 and the lightness value of edbe47 is 0.60.

The process color (four color CMYK) of #edbe47 color hex is 0.00, 0.20, 0.70, 0.07. Web safe color of #edbe47 is #ffcc33. Color #edbe47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 01000111
Octal 355 276 107
Decimal 237 190 71
Hex ED BE 47

RGB Percentages of Color #edbe47

%47.59
%38.15
%14.26

CMYK Percentages of Color #edbe47

%0
%20
%70
%7

Triadic Colors of #edbe47

#edbe47 #47edbe #be47ed

Analogous Colors of #edbe47

#edbe47 #c9ed47 #ed6b47

Monochromatic Colors of #edbe47

#edbe47

Complementary Color

#edbe47 #4776ed

#edbe47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbe47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbe47 Color CSS Codes

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

#edbe47 Text Font Color

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

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


#edbe47 Background Color

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

This div background color is #edbe47


#edbe47 Border Color

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

This div border color is #edbe47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbe47


Comments

No comments written yet.

Please login to write comment.