Color Hex Logo

#edbe5b Color Hex

#EDBE5B
(237,190,91)
0 Favorites   0 Comments

Color spaces of #edbe5b

RGB 23719091
HSL0.110.800.64
HSV41°62°93°
CMYK 0.000.200.62   0.07
XYZ55.226855.586817.7161
Yxy55.58680.42970.4325
Hunter Lab74.55661.747638.1011
CIE-Lab79.37816.116055.2592

#edbe5b color RGB value is (237,190,91).

#edbe5b hex color red value is 237, green value is 190 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #edbe5b hue: 0.11 , saturation: 0.80 and the lightness value of edbe5b is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 01011011
Octal 355 276 133
Decimal 237 190 91
Hex ED BE 5B

RGB Percentages of Color #edbe5b

%45.75
%36.68
%17.57

CMYK Percentages of Color #edbe5b

%0
%20
%62
%7

Triadic Colors of #edbe5b

#edbe5b #5bedbe #be5bed

Analogous Colors of #edbe5b

#edbe5b #d3ed5b #ed755b

Monochromatic Colors of #edbe5b

#edbe5b

Complementary Color

#edbe5b #5b8aed

#edbe5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbe5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbe5b Color CSS Codes

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

#edbe5b Text Font Color

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

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


#edbe5b Background Color

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

This div background color is #edbe5b


#edbe5b Border Color

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

This div border color is #edbe5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbe5b


Comments

No comments written yet.

Please login to write comment.