Color Hex Logo

#efbd15 Color Hex

#EFBD15
(239,189,21)
0 Favorites   0 Comments

Color spaces of #efbd15

RGB 23918921
HSL0.130.870.51
HSV46°91°94°
CMYK 0.000.210.91   0.06
XYZ53.929654.80018.4445
Yxy54.80010.46030.4677
Hunter Lab74.02710.491945.0556
CIE-Lab78.92604.772078.3749

#efbd15 color RGB value is (239,189,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 00010101
Octal 357 275 25
Decimal 239 189 21
Hex EF BD 15

RGB Percentages of Color #efbd15

%53.23
%42.09
%4.68

CMYK Percentages of Color #efbd15

%0
%21
%91
%6

Triadic Colors of #efbd15

#efbd15 #15efbd #bd15ef

Analogous Colors of #efbd15

#efbd15 #b4ef15 #ef5015

Monochromatic Colors of #efbd15

#efbd15

Complementary Color

#efbd15 #1547ef

#efbd15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbd15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbd15 Color CSS Codes

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

#efbd15 Text Font Color

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

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


#efbd15 Background Color

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

This div background color is #efbd15


#efbd15 Border Color

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

This div border color is #efbd15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbd15


Comments

No comments written yet.

Please login to write comment.