Color Hex Logo

#efd93b Color Hex

#EFD93B
(239,217,59)
0 Favorites   0 Comments

Color spaces of #efd93b

RGB 23921759
HSL0.150.850.58
HSV53°75°94°
CMYK 0.000.090.75   0.06
XYZ61.198968.292214.0939
Yxy68.29220.42620.4756
Hunter Lab82.6391-12.429147.7356
CIE-Lab86.1523-8.555874.9543

#efd93b color RGB value is (239,217,59).

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

The process color (four color CMYK) of #efd93b color hex is 0.00, 0.09, 0.75, 0.06. Web safe color of #efd93b is #ffcc33. Color #efd93b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011001 00111011
Octal 357 331 73
Decimal 239 217 59
Hex EF D9 3B

RGB Percentages of Color #efd93b

%46.41
%42.14
%11.46

CMYK Percentages of Color #efd93b

%0
%9
%75
%6

Triadic Colors of #efd93b

#efd93b #3befd9 #d93bef

Analogous Colors of #efd93b

#efd93b #abef3b #ef7f3b

Monochromatic Colors of #efd93b

#efd93b

Complementary Color

#efd93b #3b51ef

#efd93b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd93b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd93b Color CSS Codes

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

#efd93b Text Font Color

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

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


#efd93b Background Color

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

This div background color is #efd93b


#efd93b Border Color

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

This div border color is #efd93b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd93b


Comments

No comments written yet.

Please login to write comment.