Color Hex Logo

#edbf5b Color Hex

#EDBF5B
(237,191,91)
0 Favorites   0 Comments

Color spaces of #edbf5b

RGB 23719191
HSL0.110.800.64
HSV41°62°93°
CMYK 0.000.190.62   0.07
XYZ55.444256.021517.7885
Yxy56.02150.42900.4334
Hunter Lab74.84751.242938.3022
CIE-Lab79.62615.593955.5382

#edbf5b color RGB value is (237,191,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 01011011
Octal 355 277 133
Decimal 237 191 91
Hex ED BF 5B

RGB Percentages of Color #edbf5b

%45.66
%36.80
%17.53

CMYK Percentages of Color #edbf5b

%0
%19
%62
%7

Triadic Colors of #edbf5b

#edbf5b #5bedbf #bf5bed

Analogous Colors of #edbf5b

#edbf5b #d2ed5b #ed765b

Monochromatic Colors of #edbf5b

#edbf5b

Complementary Color

#edbf5b #5b89ed

#edbf5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbf5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbf5b Color CSS Codes

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

#edbf5b Text Font Color

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

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


#edbf5b Background Color

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

This div background color is #edbf5b


#edbf5b Border Color

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

This div border color is #edbf5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbf5b


Comments

No comments written yet.

Please login to write comment.