Color Hex Logo

#efd668 Color Hex

#EFD668
(239,214,104)
0 Favorites   0 Comments

Color spaces of #efd668

RGB 239214104
HSL0.140.810.67
HSV49°56°94°
CMYK 0.000.100.56   0.06
XYZ62.141967.443322.8393
Yxy67.44330.40770.4425
Hunter Lab82.1239-8.648540.9977
CIE-Lab85.7273-4.517556.5588

#efd668 color RGB value is (239,214,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010110 01101000
Octal 357 326 150
Decimal 239 214 104
Hex EF D6 68

RGB Percentages of Color #efd668

%42.91
%38.42
%18.67

CMYK Percentages of Color #efd668

%0
%10
%56
%6

Triadic Colors of #efd668

#efd668 #68efd6 #d668ef

Analogous Colors of #efd668

#efd668 #c5ef68 #ef9368

Monochromatic Colors of #efd668

#efd668

Complementary Color

#efd668 #6881ef

#efd668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd668 Color CSS Codes

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

#efd668 Text Font Color

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

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


#efd668 Background Color

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

This div background color is #efd668


#efd668 Border Color

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

This div border color is #efd668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd668


Comments

No comments written yet.

Please login to write comment.