Color Hex Logo

#efdc5c Color Hex

#EFDC5C
(239,220,92)
0 Favorites   0 Comments

Color spaces of #efdc5c

RGB 23922092
HSL0.150.820.65
HSV52°62°94°
CMYK 0.000.080.62   0.06
XYZ63.121670.309820.3695
Yxy70.30980.41040.4571
Hunter Lab83.8509-12.367344.2926
CIE-Lab87.1486-8.375063.4571

#efdc5c color RGB value is (239,220,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 01011100
Octal 357 334 134
Decimal 239 220 92
Hex EF DC 5C

RGB Percentages of Color #efdc5c

%43.38
%39.93
%16.70

CMYK Percentages of Color #efdc5c

%0
%8
%62
%6

Triadic Colors of #efdc5c

#efdc5c #5cefdc #dc5cef

Analogous Colors of #efdc5c

#efdc5c #b9ef5c #ef935c

Monochromatic Colors of #efdc5c

#efdc5c

Complementary Color

#efdc5c #5c6fef

#efdc5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdc5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdc5c Color CSS Codes

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

#efdc5c Text Font Color

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

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


#efdc5c Background Color

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

This div background color is #efdc5c


#efdc5c Border Color

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

This div border color is #efdc5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdc5c


Comments

No comments written yet.

Please login to write comment.