Color Hex Logo

#efde77 Color Hex

#EFDE77
(239,222,119)
0 Favorites   0 Comments

Color spaces of #efde77

RGB 239222119
HSL0.140.790.70
HSV52°50°94°
CMYK 0.000.070.50   0.06
XYZ65.047771.925227.9073
Yxy71.92520.39450.4362
Hunter Lab84.8087-11.507039.8560
CIE-Lab87.9326-7.361552.1515

#efde77 color RGB value is (239,222,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 01110111
Octal 357 336 167
Decimal 239 222 119
Hex EF DE 77

RGB Percentages of Color #efde77

%41.21
%38.28
%20.52

CMYK Percentages of Color #efde77

%0
%7
%50
%6

Triadic Colors of #efde77

#efde77 #77efde #de77ef

Analogous Colors of #efde77

#efde77 #c4ef77 #efa277

Monochromatic Colors of #efde77

#efde77

Complementary Color

#efde77 #7788ef

#efde77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efde77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efde77 Color CSS Codes

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

#efde77 Text Font Color

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

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


#efde77 Background Color

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

This div background color is #efde77


#efde77 Border Color

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

This div border color is #efde77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efde77


Comments

No comments written yet.

Please login to write comment.