Color Hex Logo

#efd769 Color Hex

#EFD769
(239,215,105)
0 Favorites   0 Comments

Color spaces of #efd769

RGB 239215105
HSL0.140.810.67
HSV49°56°94°
CMYK 0.000.100.56   0.06
XYZ62.446867.971523.1931
Yxy67.97150.40650.4425
Hunter Lab82.4448-9.075941.0321
CIE-Lab85.9922-4.950656.4050

#efd769 color RGB value is (239,215,105).

#efd769 hex color red value is 239, green value is 215 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #efd769 hue: 0.14 , saturation: 0.81 and the lightness value of efd769 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010111 01101001
Octal 357 327 151
Decimal 239 215 105
Hex EF D7 69

RGB Percentages of Color #efd769

%42.75
%38.46
%18.78

CMYK Percentages of Color #efd769

%0
%10
%56
%6

Triadic Colors of #efd769

#efd769 #69efd7 #d769ef

Analogous Colors of #efd769

#efd769 #c4ef69 #ef9469

Monochromatic Colors of #efd769

#efd769

Complementary Color

#efd769 #6981ef

#efd769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd769 Color CSS Codes

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

#efd769 Text Font Color

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

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


#efd769 Background Color

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

This div background color is #efd769


#efd769 Border Color

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

This div border color is #efd769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd769

#efd769 Color Palettes


Comments

No comments written yet.

Please login to write comment.