Color Hex Logo

#efd077 Color Hex

#EFD077
(239,208,119)
0 Favorites   0 Comments

Color spaces of #efd077

RGB 239208119
HSL0.120.790.70
HSV45°50°94°
CMYK 0.000.130.50   0.06
XYZ61.482364.794426.7189
Yxy64.79440.40190.4235
Hunter Lab80.4950-4.527436.6662
CIE-Lab84.3777-0.241047.8519

#efd077 color RGB value is (239,208,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010000 01110111
Octal 357 320 167
Decimal 239 208 119
Hex EF D0 77

RGB Percentages of Color #efd077

%42.23
%36.75
%21.02

CMYK Percentages of Color #efd077

%0
%13
%50
%6

Triadic Colors of #efd077

#efd077 #77efd0 #d077ef

Analogous Colors of #efd077

#efd077 #d2ef77 #ef9477

Monochromatic Colors of #efd077

#efd077

Complementary Color

#efd077 #7796ef

#efd077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd077 Color CSS Codes

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

#efd077 Text Font Color

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

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


#efd077 Background Color

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

This div background color is #efd077


#efd077 Border Color

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

This div border color is #efd077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd077


Comments

No comments written yet.

Please login to write comment.