Color Hex Logo

#efbd19 Color Hex

#EFBD19
(239,189,25)
0 Favorites   0 Comments

Color spaces of #efbd19

RGB 23918925
HSL0.130.870.52
HSV46°90°94°
CMYK 0.000.210.90   0.06
XYZ53.969754.81618.6558
Yxy54.81610.45950.4668
Hunter Lab74.03790.550744.8949
CIE-Lab78.93524.834877.6853

#efbd19 color RGB value is (239,189,25).

#efbd19 hex color red value is 239, green value is 189 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #efbd19 hue: 0.13 , saturation: 0.87 and the lightness value of efbd19 is 0.52.

The process color (four color CMYK) of #efbd19 color hex is 0.00, 0.21, 0.90, 0.06. Web safe color of #efbd19 is #ffcc00. Color #efbd19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 00011001
Octal 357 275 31
Decimal 239 189 25
Hex EF BD 19

RGB Percentages of Color #efbd19

%52.76
%41.72
%5.52

CMYK Percentages of Color #efbd19

%0
%21
%90
%6

Triadic Colors of #efbd19

#efbd19 #19efbd #bd19ef

Analogous Colors of #efbd19

#efbd19 #b6ef19 #ef5219

Monochromatic Colors of #efbd19

#efbd19

Complementary Color

#efbd19 #194bef

#efbd19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbd19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbd19 Color CSS Codes

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

#efbd19 Text Font Color

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

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


#efbd19 Background Color

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

This div background color is #efbd19


#efbd19 Border Color

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

This div border color is #efbd19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbd19


Comments

No comments written yet.

Please login to write comment.