Color Hex Logo

#efde7c Color Hex

#EFDE7C
(239,222,124)
0 Favorites   0 Comments

Color spaces of #efde7c

RGB 239222124
HSL0.140.780.71
HSV51°48°94°
CMYK 0.000.070.48   0.06
XYZ65.356072.048529.5309
Yxy72.04850.39150.4316
Hunter Lab84.8814-11.103038.7895
CIE-Lab87.9919-6.922449.8365

#efde7c color RGB value is (239,222,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 01111100
Octal 357 336 174
Decimal 239 222 124
Hex EF DE 7C

RGB Percentages of Color #efde7c

%40.85
%37.95
%21.20

CMYK Percentages of Color #efde7c

%0
%7
%48
%6

Triadic Colors of #efde7c

#efde7c #7cefde #de7cef

Analogous Colors of #efde7c

#efde7c #c7ef7c #efa57c

Monochromatic Colors of #efde7c

#efde7c

Complementary Color

#efde7c #7c8def

#efde7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efde7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efde7c Color CSS Codes

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

#efde7c Text Font Color

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

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


#efde7c Background Color

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

This div background color is #efde7c


#efde7c Border Color

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

This div border color is #efde7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efde7c


Comments

No comments written yet.

Please login to write comment.