Color Hex Logo

#efdf77 Color Hex

#EFDF77
(239,223,119)
0 Favorites   0 Comments

Color spaces of #efdf77

RGB 239223119
HSL0.140.790.70
HSV52°50°94°
CMYK 0.000.070.50   0.06
XYZ65.314172.458027.9961
Yxy72.45800.39400.4371
Hunter Lab85.1223-12.001440.0855
CIE-Lab88.1886-7.864352.4583

#efdf77 color RGB value is (239,223,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011111 01110111
Octal 357 337 167
Decimal 239 223 119
Hex EF DF 77

RGB Percentages of Color #efdf77

%41.14
%38.38
%20.48

CMYK Percentages of Color #efdf77

%0
%7
%50
%6

Triadic Colors of #efdf77

#efdf77 #77efdf #df77ef

Analogous Colors of #efdf77

#efdf77 #c3ef77 #efa377

Monochromatic Colors of #efdf77

#efdf77

Complementary Color

#efdf77 #7787ef

#efdf77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdf77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdf77 Color CSS Codes

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

#efdf77 Text Font Color

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

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


#efdf77 Background Color

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

This div background color is #efdf77


#efdf77 Border Color

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

This div border color is #efdf77


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,223,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 #efdf77">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdf77


Comments

No comments written yet.

Please login to write comment.