Color Hex Logo

#efdb6d Color Hex

#EFDB6D
(239,219,109)
0 Favorites   0 Comments

Color spaces of #efdb6d

RGB 239219109
HSL0.140.800.68
HSV51°54°94°
CMYK 0.000.080.54   0.06
XYZ63.688470.117924.6454
Yxy70.11790.40190.4425
Hunter Lab83.7364-10.774941.1652
CIE-Lab87.0547-6.668355.7940

#efdb6d color RGB value is (239,219,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 01101101
Octal 357 333 155
Decimal 239 219 109
Hex EF DB 6D

RGB Percentages of Color #efdb6d

%42.15
%38.62
%19.22

CMYK Percentages of Color #efdb6d

%0
%8
%54
%6

Triadic Colors of #efdb6d

#efdb6d #6defdb #db6def

Analogous Colors of #efdb6d

#efdb6d #c2ef6d #ef9a6d

Monochromatic Colors of #efdb6d

#efdb6d

Complementary Color

#efdb6d #6d81ef

#efdb6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdb6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdb6d Color CSS Codes

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

#efdb6d Text Font Color

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

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


#efdb6d Background Color

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

This div background color is #efdb6d


#efdb6d Border Color

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

This div border color is #efdb6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdb6d


Comments

No comments written yet.

Please login to write comment.