Color Hex Logo

#efd138 Color Hex

#EFD138
(239,209,56)
0 Favorites   0 Comments

Color spaces of #efd138

RGB 23920956
HSL0.140.850.58
HSV50°77°94°
CMYK 0.000.130.77   0.06
XYZ59.110964.237213.0249
Yxy64.23720.43350.4710
Hunter Lab80.1481-8.611746.4684
CIE-Lab84.0891-4.629874.0224

#efd138 color RGB value is (239,209,56).

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

The process color (four color CMYK) of #efd138 color hex is 0.00, 0.13, 0.77, 0.06. Web safe color of #efd138 is #ffcc33. Color #efd138 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010001 00111000
Octal 357 321 70
Decimal 239 209 56
Hex EF D1 38

RGB Percentages of Color #efd138

%47.42
%41.47
%11.11

CMYK Percentages of Color #efd138

%0
%13
%77
%6

Triadic Colors of #efd138

#efd138 #38efd1 #d138ef

Analogous Colors of #efd138

#efd138 #b2ef38 #ef7638

Monochromatic Colors of #efd138

#efd138

Complementary Color

#efd138 #3856ef

#efd138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd138 Color CSS Codes

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

#efd138 Text Font Color

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

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


#efd138 Background Color

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

This div background color is #efd138


#efd138 Border Color

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

This div border color is #efd138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd138


Comments

No comments written yet.

Please login to write comment.