Color Hex Logo

#edbf19 Color Hex

#EDBF19
(237,191,25)
0 Favorites   0 Comments

Color spaces of #edbf19

RGB 23719125
HSL0.130.850.51
HSV47°89°93°
CMYK 0.000.190.89   0.07
XYZ53.731355.33638.7687
Yxy55.33630.45600.4696
Hunter Lab74.3884-1.247745.0829
CIE-Lab79.23462.933977.8291

#edbf19 color RGB value is (237,191,25).

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

The process color (four color CMYK) of #edbf19 color hex is 0.00, 0.19, 0.89, 0.07. Web safe color of #edbf19 is #ffcc00. Color #edbf19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 00011001
Octal 355 277 31
Decimal 237 191 25
Hex ED BF 19

RGB Percentages of Color #edbf19

%52.32
%42.16
%5.52

CMYK Percentages of Color #edbf19

%0
%19
%89
%7

Triadic Colors of #edbf19

#edbf19 #19edbf #bf19ed

Analogous Colors of #edbf19

#edbf19 #b1ed19 #ed5519

Monochromatic Colors of #edbf19

#edbf19

Complementary Color

#edbf19 #1947ed

#edbf19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbf19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbf19 Color CSS Codes

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

#edbf19 Text Font Color

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

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


#edbf19 Background Color

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

This div background color is #edbf19


#edbf19 Border Color

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

This div border color is #edbf19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbf19


Comments

No comments written yet.

Please login to write comment.