Color Hex Logo

#efda5c Color Hex

#EFDA5C
(239,218,92)
0 Favorites   0 Comments

Color spaces of #efda5c

RGB 23921892
HSL0.140.820.65
HSV51°62°94°
CMYK 0.000.090.62   0.06
XYZ62.599869.266220.1956
Yxy69.26620.41170.4555
Hunter Lab83.2263-11.384943.8712
CIE-Lab86.6357-7.369662.8993

#efda5c color RGB value is (239,218,92).

#efda5c hex color red value is 239, green value is 218 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #efda5c hue: 0.14 , saturation: 0.82 and the lightness value of efda5c is 0.65.

The process color (four color CMYK) of #efda5c color hex is 0.00, 0.09, 0.62, 0.06. Web safe color of #efda5c is #ffcc66. Color #efda5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011010 01011100
Octal 357 332 134
Decimal 239 218 92
Hex EF DA 5C

RGB Percentages of Color #efda5c

%43.53
%39.71
%16.76

CMYK Percentages of Color #efda5c

%0
%9
%62
%6

Triadic Colors of #efda5c

#efda5c #5cefda #da5cef

Analogous Colors of #efda5c

#efda5c #bbef5c #ef915c

Monochromatic Colors of #efda5c

#efda5c

Complementary Color

#efda5c #5c71ef

#efda5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efda5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efda5c Color CSS Codes

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

#efda5c Text Font Color

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

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


#efda5c Background Color

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

This div background color is #efda5c


#efda5c Border Color

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

This div border color is #efda5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efda5c


Comments

No comments written yet.

Please login to write comment.