Color Hex Logo

#edbb19 Color Hex

#EDBB19
(237,187,25)
0 Favorites   0 Comments

Color spaces of #edbb19

RGB 23718725
HSL0.130.850.51
HSV46°89°93°
CMYK 0.000.210.89   0.07
XYZ52.870853.61548.4819
Yxy53.61540.45990.4664
Hunter Lab73.22250.747644.3878
CIE-Lab78.23695.015277.0611

#edbb19 color RGB value is (237,187,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 00011001
Octal 355 273 31
Decimal 237 187 25
Hex ED BB 19

RGB Percentages of Color #edbb19

%52.78
%41.65
%5.57

CMYK Percentages of Color #edbb19

%0
%21
%89
%7

Triadic Colors of #edbb19

#edbb19 #19edbb #bb19ed

Analogous Colors of #edbb19

#edbb19 #b5ed19 #ed5119

Monochromatic Colors of #edbb19

#edbb19

Complementary Color

#edbb19 #194bed

#edbb19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbb19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbb19 Color CSS Codes

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

#edbb19 Text Font Color

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

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


#edbb19 Background Color

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

This div background color is #edbb19


#edbb19 Border Color

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

This div border color is #edbb19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbb19


Comments

No comments written yet.

Please login to write comment.