Color Hex Logo

#efdc89 Color Hex

#EFDC89
(239,220,137)
0 Favorites   0 Comments

Color spaces of #efdc89

RGB 239220137
HSL0.140.760.74
HSV49°43°94°
CMYK 0.000.080.43   0.06
XYZ65.705271.343333.9745
Yxy71.34330.38420.4172
Hunter Lab84.4650-8.958735.2771
CIE-Lab87.6515-4.670543.0571

#efdc89 color RGB value is (239,220,137).

#efdc89 hex color red value is 239, green value is 220 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #efdc89 hue: 0.14 , saturation: 0.76 and the lightness value of efdc89 is 0.74.

The process color (four color CMYK) of #efdc89 color hex is 0.00, 0.08, 0.43, 0.06. Web safe color of #efdc89 is #ffcc99. Color #efdc89 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 10001001
Octal 357 334 211
Decimal 239 220 137
Hex EF DC 89

RGB Percentages of Color #efdc89

%40.10
%36.91
%22.99

CMYK Percentages of Color #efdc89

%0
%8
%43
%6

Triadic Colors of #efdc89

#efdc89 #89efdc #dc89ef

Analogous Colors of #efdc89

#efdc89 #cfef89 #efa989

Monochromatic Colors of #efdc89

#efdc89

Complementary Color

#efdc89 #899cef

#efdc89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdc89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdc89 Color CSS Codes

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

#efdc89 Text Font Color

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

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


#efdc89 Background Color

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

This div background color is #efdc89


#efdc89 Border Color

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

This div border color is #efdc89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdc89


Comments

No comments written yet.

Please login to write comment.