Color Hex Logo

#efc293 Color Hex

#EFC293
(239,194,147)
0 Favorites   0 Comments

Color spaces of #efc293

RGB 239194147
HSL0.090.740.76
HSV31°38°94°
CMYK 0.000.190.38   0.06
XYZ60.154959.040935.8293
Yxy59.04090.38800.3808
Hunter Lab76.83815.277226.1400
CIE-Lab81.31419.829629.7054

#efc293 color RGB value is (239,194,147).

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

The process color (four color CMYK) of #efc293 color hex is 0.00, 0.19, 0.38, 0.06. Web safe color of #efc293 is #ffcc99. Color #efc293 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000010 10010011
Octal 357 302 223
Decimal 239 194 147
Hex EF C2 93

RGB Percentages of Color #efc293

%41.21
%33.45
%25.34

CMYK Percentages of Color #efc293

%0
%19
%38
%6

Triadic Colors of #efc293

#efc293 #93efc2 #c293ef

Analogous Colors of #efc293

#efc293 #eeef93 #ef9493

Monochromatic Colors of #efc293

#efc293

Complementary Color

#efc293 #93c0ef

#efc293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc293 Color CSS Codes

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

#efc293 Text Font Color

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

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


#efc293 Background Color

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

This div background color is #efc293


#efc293 Border Color

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

This div border color is #efc293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc293


Comments

No comments written yet.

Please login to write comment.