color codes Logo

#efd58c color codes

#EFD58C
(239,213,140)
0 Favorites   0 Comments

Color spaces of #efd58c

RGB 239213140
HSL0.120.760.74
HSV44°41°94°
CMYK 0.000.110.41   0.06
XYZ64.124567.832734.5242
Yxy67.83270.38520.4074
Hunter Lab82.3606-5.154232.7990
CIE-Lab85.9227-0.792939.3487

#efd58c color RGB value is (239,213,140).

#efd58c hex color red value is 239, green value is 213 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #efd58c hue: 0.12 , saturation: 0.76 and the lightness value of efd58c is 0.74.

The process color (four color CMYK) of #efd58c color code is 0.00, 0.11, 0.41, 0.06. Web safe color of #efd58c is #ffcc99. Color #efd58c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010101 10001100
Octal 357 325 214
Decimal 239 213 140
Hex EF D5 8C

RGB Percentages of Color #efd58c

%40.37
%35.98
%23.65

CMYK Percentages of Color #efd58c

%0
%11
%41
%6

Triadic Colors of #efd58c

#efd58c #8cefd5 #d58cef

Analogous Colors of #efd58c

#efd58c #d8ef8c #efa48c

Monochromatic Colors of #efd58c

#efd58c

Complementary Color

#efd58c #8ca6ef

#efd58c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd58c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd58c Color CSS Codes

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

#efd58c Text Font Color

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

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


#efd58c Background Color

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

This div background color is #efd58c


#efd58c Border Color

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

This div border color is #efd58c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd58c


Comments

No comments written yet.

Please login to write comment.