Color Hex Logo

#efbd39 Color Hex

#EFBD39
(239,189,57)
0 Favorites   0 Comments

Color spaces of #efbd39

RGB 23918957
HSL0.120.850.58
HSV44°76°94°
CMYK 0.000.210.76   0.06
XYZ54.532755.041311.6207
Yxy55.04130.45000.4542
Hunter Lab74.18981.373042.6460
CIE-Lab79.06515.709969.0370

#efbd39 color RGB value is (239,189,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 00111001
Octal 357 275 71
Decimal 239 189 57
Hex EF BD 39

RGB Percentages of Color #efbd39

%49.28
%38.97
%11.75

CMYK Percentages of Color #efbd39

%0
%21
%76
%6

Triadic Colors of #efbd39

#efbd39 #39efbd #bd39ef

Analogous Colors of #efbd39

#efbd39 #c6ef39 #ef6239

Monochromatic Colors of #efbd39

#efbd39

Complementary Color

#efbd39 #396bef

#efbd39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbd39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbd39 Color CSS Codes

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

#efbd39 Text Font Color

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

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


#efbd39 Background Color

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

This div background color is #efbd39


#efbd39 Border Color

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

This div border color is #efbd39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbd39


Comments

No comments written yet.

Please login to write comment.