Color Hex Logo

#efd076 Color Hex

#EFD076
(239,208,118)
0 Favorites   0 Comments

Color spaces of #efd076

RGB 239208118
HSL0.120.790.70
HSV45°51°94°
CMYK 0.000.130.51   0.06
XYZ61.422564.770526.4042
Yxy64.77050.40250.4245
Hunter Lab80.4801-4.608936.8840
CIE-Lab84.3653-0.328048.3242

#efd076 color RGB value is (239,208,118).

#efd076 hex color red value is 239, green value is 208 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #efd076 hue: 0.12 , saturation: 0.79 and the lightness value of efd076 is 0.70.

The process color (four color CMYK) of #efd076 color hex is 0.00, 0.13, 0.51, 0.06. Web safe color of #efd076 is #ffcc66. Color #efd076 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010000 01110110
Octal 357 320 166
Decimal 239 208 118
Hex EF D0 76

RGB Percentages of Color #efd076

%42.30
%36.81
%20.88

CMYK Percentages of Color #efd076

%0
%13
%51
%6

Triadic Colors of #efd076

#efd076 #76efd0 #d076ef

Analogous Colors of #efd076

#efd076 #d2ef76 #ef9476

Monochromatic Colors of #efd076

#efd076

Complementary Color

#efd076 #7695ef

#efd076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd076 Color CSS Codes

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

#efd076 Text Font Color

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

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


#efd076 Background Color

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

This div background color is #efd076


#efd076 Border Color

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

This div border color is #efd076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd076


Comments

No comments written yet.

Please login to write comment.