Color Hex Logo

#efdb5d Color Hex

#EFDB5D
(239,219,93)
0 Favorites   0 Comments

Color spaces of #efdb5d

RGB 23921993
HSL0.140.820.65
HSV52°61°94°
CMYK 0.000.080.61   0.06
XYZ62.903969.804120.5141
Yxy69.80410.41050.4556
Hunter Lab83.5488-11.817943.9265
CIE-Lab86.9007-7.808562.7597

#efdb5d color RGB value is (239,219,93).

#efdb5d hex color red value is 239, green value is 219 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #efdb5d hue: 0.14 , saturation: 0.82 and the lightness value of efdb5d is 0.65.

The process color (four color CMYK) of #efdb5d color hex is 0.00, 0.08, 0.61, 0.06. Web safe color of #efdb5d is #ffcc66. Color #efdb5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 01011101
Octal 357 333 135
Decimal 239 219 93
Hex EF DB 5D

RGB Percentages of Color #efdb5d

%43.38
%39.75
%16.88

CMYK Percentages of Color #efdb5d

%0
%8
%61
%6

Triadic Colors of #efdb5d

#efdb5d #5defdb #db5def

Analogous Colors of #efdb5d

#efdb5d #baef5d #ef925d

Monochromatic Colors of #efdb5d

#efdb5d

Complementary Color

#efdb5d #5d71ef

#efdb5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdb5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdb5d Color CSS Codes

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

#efdb5d Text Font Color

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

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


#efdb5d Background Color

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

This div background color is #efdb5d


#efdb5d Border Color

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

This div border color is #efdb5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdb5d


Comments

No comments written yet.

Please login to write comment.