Color Hex Logo

#efbd45 Color Hex

#EFBD45
(239,189,69)
0 Favorites   0 Comments

Color spaces of #efbd45

RGB 23918969
HSL0.120.840.60
HSV42°71°94°
CMYK 0.000.210.71   0.06
XYZ54.868455.175613.3883
Yxy55.17560.44450.4470
Hunter Lab74.28031.861641.3097
CIE-Lab79.14236.227764.5853

#efbd45 color RGB value is (239,189,69).

#efbd45 hex color red value is 239, green value is 189 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #efbd45 hue: 0.12 , saturation: 0.84 and the lightness value of efbd45 is 0.60.

The process color (four color CMYK) of #efbd45 color hex is 0.00, 0.21, 0.71, 0.06. Web safe color of #efbd45 is #ffcc33. Color #efbd45 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 01000101
Octal 357 275 105
Decimal 239 189 69
Hex EF BD 45

RGB Percentages of Color #efbd45

%48.09
%38.03
%13.88

CMYK Percentages of Color #efbd45

%0
%21
%71
%6

Triadic Colors of #efbd45

#efbd45 #45efbd #bd45ef

Analogous Colors of #efbd45

#efbd45 #ccef45 #ef6845

Monochromatic Colors of #efbd45

#efbd45

Complementary Color

#efbd45 #4577ef

#efbd45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbd45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbd45 Color CSS Codes

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

#efbd45 Text Font Color

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

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


#efbd45 Background Color

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

This div background color is #efbd45


#efbd45 Border Color

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

This div border color is #efbd45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbd45


Comments

No comments written yet.

Please login to write comment.