Color Hex Logo

#efba15 Color Hex

#EFBA15
(239,186,21)
0 Favorites   0 Comments

Color spaces of #efba15

RGB 23918621
HSL0.130.870.51
HSV45°91°94°
CMYK 0.000.220.91   0.06
XYZ53.290953.52278.2316
Yxy53.52270.46320.4652
Hunter Lab73.15921.995044.5404
CIE-Lab78.18266.335777.8160

#efba15 color RGB value is (239,186,21).

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

The process color (four color CMYK) of #efba15 color hex is 0.00, 0.22, 0.91, 0.06. Web safe color of #efba15 is #ffcc00. Color #efba15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 00010101
Octal 357 272 25
Decimal 239 186 21
Hex EF BA 15

RGB Percentages of Color #efba15

%53.59
%41.70
%4.71

CMYK Percentages of Color #efba15

%0
%22
%91
%6

Triadic Colors of #efba15

#efba15 #15efba #ba15ef

Analogous Colors of #efba15

#efba15 #b7ef15 #ef4d15

Monochromatic Colors of #efba15

#efba15

Complementary Color

#efba15 #154aef

#efba15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efba15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efba15 Color CSS Codes

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

#efba15 Text Font Color

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

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


#efba15 Background Color

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

This div background color is #efba15


#efba15 Border Color

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

This div border color is #efba15


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,186,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efba15


Comments

No comments written yet.

Please login to write comment.