Color Hex Logo

#efd779 Color Hex

#EFD779
(239,215,121)
0 Favorites   0 Comments

Color spaces of #efd779

RGB 239215121
HSL0.130.790.71
HSV48°49°94°
CMYK 0.000.100.49   0.06
XYZ63.348268.332127.9398
Yxy68.33210.39690.4281
Hunter Lab82.6632-7.868837.8245
CIE-Lab86.1722-3.645249.0672

#efd779 color RGB value is (239,215,121).

#efd779 hex color red value is 239, green value is 215 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #efd779 hue: 0.13 , saturation: 0.79 and the lightness value of efd779 is 0.71.

The process color (four color CMYK) of #efd779 color hex is 0.00, 0.10, 0.49, 0.06. Web safe color of #efd779 is #ffcc66. Color #efd779 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010111 01111001
Octal 357 327 171
Decimal 239 215 121
Hex EF D7 79

RGB Percentages of Color #efd779

%41.57
%37.39
%21.04

CMYK Percentages of Color #efd779

%0
%10
%49
%6

Triadic Colors of #efd779

#efd779 #79efd7 #d779ef

Analogous Colors of #efd779

#efd779 #ccef79 #ef9c79

Monochromatic Colors of #efd779

#efd779

Complementary Color

#efd779 #7991ef

#efd779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd779 Color CSS Codes

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

#efd779 Text Font Color

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

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


#efd779 Background Color

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

This div background color is #efd779


#efd779 Border Color

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

This div border color is #efd779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd779


Comments

No comments written yet.

Please login to write comment.