Color Hex Logo

#efc58d Color Hex

#EFC58D
(239,197,141)
0 Favorites   0 Comments

Color spaces of #efc58d

RGB 239197141
HSL0.100.750.75
HSV34°41°94°
CMYK 0.000.180.41   0.06
XYZ60.370660.206333.6384
Yxy60.20630.39150.3904
Hunter Lab77.59273.093728.6112
CIE-Lab81.95027.600233.6760

#efc58d color RGB value is (239,197,141).

#efc58d hex color red value is 239, green value is 197 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #efc58d hue: 0.10 , saturation: 0.75 and the lightness value of efc58d is 0.75.

The process color (four color CMYK) of #efc58d color hex is 0.00, 0.18, 0.41, 0.06. Web safe color of #efc58d is #ffcc99. Color #efc58d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000101 10001101
Octal 357 305 215
Decimal 239 197 141
Hex EF C5 8D

RGB Percentages of Color #efc58d

%41.42
%34.14
%24.44

CMYK Percentages of Color #efc58d

%0
%18
%41
%6

Triadic Colors of #efc58d

#efc58d #8defc5 #c58def

Analogous Colors of #efc58d

#efc58d #e8ef8d #ef948d

Monochromatic Colors of #efc58d

#efc58d

Complementary Color

#efc58d #8db7ef

#efc58d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc58d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc58d Color CSS Codes

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

#efc58d Text Font Color

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

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


#efc58d Background Color

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

This div background color is #efc58d


#efc58d Border Color

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

This div border color is #efc58d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc58d


Comments

No comments written yet.

Please login to write comment.