Color Hex Logo

#efbd2d Color Hex

#EFBD2D
(239,189,45)
0 Favorites   0 Comments

Color spaces of #efbd2d

RGB 23918945
HSL0.120.860.56
HSV45°81°94°
CMYK 0.000.210.81   0.06
XYZ54.267954.935410.2260
Yxy54.93540.45440.4600
Hunter Lab74.11840.986643.7027
CIE-Lab79.00405.299372.8900

#efbd2d color RGB value is (239,189,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 00101101
Octal 357 275 55
Decimal 239 189 45
Hex EF BD 2D

RGB Percentages of Color #efbd2d

%50.53
%39.96
%9.51

CMYK Percentages of Color #efbd2d

%0
%21
%81
%6

Triadic Colors of #efbd2d

#efbd2d #2defbd #bd2def

Analogous Colors of #efbd2d

#efbd2d #c0ef2d #ef5c2d

Monochromatic Colors of #efbd2d

#efbd2d

Complementary Color

#efbd2d #2d5fef

#efbd2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbd2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbd2d Color CSS Codes

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

#efbd2d Text Font Color

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

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


#efbd2d Background Color

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

This div background color is #efbd2d


#efbd2d Border Color

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

This div border color is #efbd2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbd2d


Comments

No comments written yet.

Please login to write comment.