Color Hex Logo

#efc168 Color Hex

#EFC168
(239,193,104)
0 Favorites   0 Comments

Color spaces of #efc168

RGB 239193104
HSL0.110.810.67
HSV40°56°94°
CMYK 0.000.190.56   0.06
XYZ57.165357.490121.1805
Yxy57.49010.42080.4232
Hunter Lab75.82221.889136.5132
CIE-Lab80.45456.302050.4172

#efc168 color RGB value is (239,193,104).

#efc168 hex color red value is 239, green value is 193 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #efc168 hue: 0.11 , saturation: 0.81 and the lightness value of efc168 is 0.67.

The process color (four color CMYK) of #efc168 color hex is 0.00, 0.19, 0.56, 0.06. Web safe color of #efc168 is #ffcc66. Color #efc168 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000001 01101000
Octal 357 301 150
Decimal 239 193 104
Hex EF C1 68

RGB Percentages of Color #efc168

%44.59
%36.01
%19.40

CMYK Percentages of Color #efc168

%0
%19
%56
%6

Triadic Colors of #efc168

#efc168 #68efc1 #c168ef

Analogous Colors of #efc168

#efc168 #daef68 #ef7e68

Monochromatic Colors of #efc168

#efc168

Complementary Color

#efc168 #6896ef

#efc168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc168 Color CSS Codes

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

#efc168 Text Font Color

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

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


#efc168 Background Color

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

This div background color is #efc168


#efc168 Border Color

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

This div border color is #efc168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc168


Comments

No comments written yet.

Please login to write comment.