Color Hex Logo

#efc19a Color Hex

#EFC19A
(239,193,154)
0 Favorites   0 Comments

Color spaces of #efc19a

RGB 239193154
HSL0.080.730.77
HSV28°36°94°
CMYK 0.000.190.36   0.06
XYZ60.499358.823738.7373
Yxy58.82370.38280.3722
Hunter Lab76.69666.584123.7419
CIE-Lab81.194611.162325.8606

#efc19a color RGB value is (239,193,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000001 10011010
Octal 357 301 232
Decimal 239 193 154
Hex EF C1 9A

RGB Percentages of Color #efc19a

%40.78
%32.94
%26.28

CMYK Percentages of Color #efc19a

%0
%19
%36
%6

Triadic Colors of #efc19a

#efc19a #9aefc1 #c19aef

Analogous Colors of #efc19a

#efc19a #efec9a #ef9a9e

Monochromatic Colors of #efc19a

#efc19a

Complementary Color

#efc19a #9ac8ef

#efc19a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc19a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc19a Color CSS Codes

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

#efc19a Text Font Color

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

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


#efc19a Background Color

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

This div background color is #efc19a


#efc19a Border Color

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

This div border color is #efc19a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc19a


Comments

No comments written yet.

Please login to write comment.