Color Hex Logo

#efd638 Color Hex

#EFD638
(239,214,56)
0 Favorites   0 Comments

Color spaces of #efd638

RGB 23921456
HSL0.140.850.58
HSV52°77°94°
CMYK 0.000.100.77   0.06
XYZ60.357066.729413.4403
Yxy66.72940.42950.4749
Hunter Lab81.6881-11.065547.4265
CIE-Lab85.3671-7.160275.1892

#efd638 color RGB value is (239,214,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010110 00111000
Octal 357 326 70
Decimal 239 214 56
Hex EF D6 38

RGB Percentages of Color #efd638

%46.95
%42.04
%11.00

CMYK Percentages of Color #efd638

%0
%10
%77
%6

Triadic Colors of #efd638

#efd638 #38efd6 #d638ef

Analogous Colors of #efd638

#efd638 #adef38 #ef7b38

Monochromatic Colors of #efd638

#efd638

Complementary Color

#efd638 #3851ef

#efd638 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd638 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd638 Color CSS Codes

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

#efd638 Text Font Color

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

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


#efd638 Background Color

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

This div background color is #efd638


#efd638 Border Color

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

This div border color is #efd638


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd638


Comments

No comments written yet.

Please login to write comment.