Color Hex Logo

#efc195 Color Hex

#EFC195
(239,193,149)
0 Favorites   0 Comments

Color spaces of #efc195

RGB 239193149
HSL0.080.740.76
HSV29°38°94°
CMYK 0.000.190.38   0.06
XYZ60.091458.660636.5892
Yxy58.66060.38680.3776
Hunter Lab76.59026.015325.2887
CIE-Lab81.104710.581028.3751

#efc195 color RGB value is (239,193,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000001 10010101
Octal 357 301 225
Decimal 239 193 149
Hex EF C1 95

RGB Percentages of Color #efc195

%41.14
%33.22
%25.65

CMYK Percentages of Color #efc195

%0
%19
%38
%6

Triadic Colors of #efc195

#efc195 #95efc1 #c195ef

Analogous Colors of #efc195

#efc195 #efee95 #ef9596

Monochromatic Colors of #efc195

#efc195

Complementary Color

#efc195 #95c3ef

#efc195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc195 Color CSS Codes

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

#efc195 Text Font Color

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

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


#efc195 Background Color

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

This div background color is #efc195


#efc195 Border Color

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

This div border color is #efc195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc195


Comments

No comments written yet.

Please login to write comment.