Color Hex Logo

#edbf2b Color Hex

#EDBF2B
(237,191,43)
0 Favorites   0 Comments

Color spaces of #edbf2b

RGB 23719143
HSL0.130.840.55
HSV46°82°93°
CMYK 0.000.190.82   0.07
XYZ53.991955.440510.1409
Yxy55.44050.45150.4637
Hunter Lab74.4584-0.866744.0458
CIE-Lab79.29433.343773.6434

#edbf2b color RGB value is (237,191,43).

#edbf2b hex color red value is 237, green value is 191 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #edbf2b hue: 0.13 , saturation: 0.84 and the lightness value of edbf2b is 0.55.

The process color (four color CMYK) of #edbf2b color hex is 0.00, 0.19, 0.82, 0.07. Web safe color of #edbf2b is #ffcc33. Color #edbf2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 00101011
Octal 355 277 53
Decimal 237 191 43
Hex ED BF 2B

RGB Percentages of Color #edbf2b

%50.32
%40.55
%9.13

CMYK Percentages of Color #edbf2b

%0
%19
%82
%7

Triadic Colors of #edbf2b

#edbf2b #2bedbf #bf2bed

Analogous Colors of #edbf2b

#edbf2b #baed2b #ed5e2b

Monochromatic Colors of #edbf2b

#edbf2b

Complementary Color

#edbf2b #2b59ed

#edbf2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbf2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbf2b Color CSS Codes

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

#edbf2b Text Font Color

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

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


#edbf2b Background Color

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

This div background color is #edbf2b


#edbf2b Border Color

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

This div border color is #edbf2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbf2b


Comments

No comments written yet.

Please login to write comment.