Color Hex Logo

#efdb38 Color Hex

#EFDB38
(239,219,56)
0 Favorites   0 Comments

Color spaces of #efdb38

RGB 23921956
HSL0.150.850.58
HSV53°77°94°
CMYK 0.000.080.77   0.06
XYZ61.641969.299313.8686
Yxy69.29930.42570.4786
Hunter Lab83.2462-13.505748.3948
CIE-Lab86.6520-9.670476.3578

#efdb38 color RGB value is (239,219,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 00111000
Octal 357 333 70
Decimal 239 219 56
Hex EF DB 38

RGB Percentages of Color #efdb38

%46.50
%42.61
%10.89

CMYK Percentages of Color #efdb38

%0
%8
%77
%6

Triadic Colors of #efdb38

#efdb38 #38efdb #db38ef

Analogous Colors of #efdb38

#efdb38 #a8ef38 #ef8038

Monochromatic Colors of #efdb38

#efdb38

Complementary Color

#efdb38 #384cef

#efdb38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdb38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdb38 Color CSS Codes

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

#efdb38 Text Font Color

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

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


#efdb38 Background Color

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

This div background color is #efdb38


#efdb38 Border Color

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

This div border color is #efdb38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdb38


Comments

No comments written yet.

Please login to write comment.