color codes Logo

#edbf4f color codes

#EDBF4F
(237,191,79)
0 Favorites   0 Comments

Color spaces of #edbf4f

RGB 23719179
HSL0.120.810.62
HSV43°67°93°
CMYK 0.000.190.67   0.07
XYZ54.967155.830615.2764
Yxy55.83060.43600.4428
Hunter Lab74.71990.552440.1821
CIE-Lab79.51734.860860.7608

#edbf4f color RGB value is (237,191,79).

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

The process color (four color CMYK) of #edbf4f color code is 0.00, 0.19, 0.67, 0.07. Web safe color of #edbf4f is #ffcc66. Color #edbf4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 01001111
Octal 355 277 117
Decimal 237 191 79
Hex ED BF 4F

RGB Percentages of Color #edbf4f

%46.75
%37.67
%15.58

CMYK Percentages of Color #edbf4f

%0
%19
%67
%7

Triadic Colors of #edbf4f

#edbf4f #4fedbf #bf4fed

Analogous Colors of #edbf4f

#edbf4f #cced4f #ed704f

Monochromatic Colors of #edbf4f

#edbf4f

Complementary Color

#edbf4f #4f7ded

#edbf4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbf4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbf4f Color CSS Codes

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

#edbf4f Text Font Color

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

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


#edbf4f Background Color

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

This div background color is #edbf4f


#edbf4f Border Color

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

This div border color is #edbf4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbf4f


Comments

No comments written yet.

Please login to write comment.