Color Hex Logo

#efc393 Color Hex

#EFC393
(239,195,147)
0 Favorites   0 Comments

Color spaces of #efc393

RGB 239195147
HSL0.090.740.76
HSV31°38°94°
CMYK 0.000.180.38   0.06
XYZ60.378259.487535.9037
Yxy59.48750.38760.3819
Hunter Lab77.12814.760926.3898
CIE-Lab81.55889.305230.0319

#efc393 color RGB value is (239,195,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000011 10010011
Octal 357 303 223
Decimal 239 195 147
Hex EF C3 93

RGB Percentages of Color #efc393

%41.14
%33.56
%25.30

CMYK Percentages of Color #efc393

%0
%18
%38
%6

Triadic Colors of #efc393

#efc393 #93efc3 #c393ef

Analogous Colors of #efc393

#efc393 #edef93 #ef9593

Monochromatic Colors of #efc393

#efc393

Complementary Color

#efc393 #93bfef

#efc393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc393 Color CSS Codes

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

#efc393 Text Font Color

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

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


#efc393 Background Color

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

This div background color is #efc393


#efc393 Border Color

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

This div border color is #efc393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc393


Comments

No comments written yet.

Please login to write comment.