color codes Logo

#efd145 color codes

#EFD145
(239,209,69)
0 Favorites   0 Comments

Color spaces of #efd145

RGB 23920969
HSL0.140.840.60
HSV49°71°94°
CMYK 0.000.130.71   0.06
XYZ59.471264.381314.9226
Yxy64.38130.42850.4639
Hunter Lab80.2380-8.114845.1399
CIE-Lab84.1639-4.086769.5807

#efd145 color RGB value is (239,209,69).

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

The process color (four color CMYK) of #efd145 color code is 0.00, 0.13, 0.71, 0.06. Web safe color of #efd145 is #ffcc33. Color #efd145 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010001 01000101
Octal 357 321 105
Decimal 239 209 69
Hex EF D1 45

RGB Percentages of Color #efd145

%46.23
%40.43
%13.35

CMYK Percentages of Color #efd145

%0
%13
%71
%6

Triadic Colors of #efd145

#efd145 #45efd1 #d145ef

Analogous Colors of #efd145

#efd145 #b8ef45 #ef7c45

Monochromatic Colors of #efd145

#efd145

Complementary Color

#efd145 #4563ef

#efd145 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd145 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd145 Color CSS Codes

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

#efd145 Text Font Color

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

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


#efd145 Background Color

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

This div background color is #efd145


#efd145 Border Color

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

This div border color is #efd145


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd145


Comments

No comments written yet.

Please login to write comment.