Color Hex Logo

#efd68f Color Hex

#EFD68F
(239,214,143)
0 Favorites   0 Comments

Color spaces of #efd68f

RGB 239214143
HSL0.120.750.75
HSV44°40°94°
CMYK 0.000.100.40   0.06
XYZ64.601168.427035.7895
Yxy68.42700.38270.4053
Hunter Lab82.7206-5.360632.2523
CIE-Lab86.2195-0.988438.2142

#efd68f color RGB value is (239,214,143).

#efd68f hex color red value is 239, green value is 214 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #efd68f hue: 0.12 , saturation: 0.75 and the lightness value of efd68f is 0.75.

The process color (four color CMYK) of #efd68f color hex is 0.00, 0.10, 0.40, 0.06. Web safe color of #efd68f is #ffcc99. Color #efd68f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010110 10001111
Octal 357 326 217
Decimal 239 214 143
Hex EF D6 8F

RGB Percentages of Color #efd68f

%40.10
%35.91
%23.99

CMYK Percentages of Color #efd68f

%0
%10
%40
%6

Triadic Colors of #efd68f

#efd68f #8fefd6 #d68fef

Analogous Colors of #efd68f

#efd68f #d8ef8f #efa68f

Monochromatic Colors of #efd68f

#efd68f

Complementary Color

#efd68f #8fa8ef

#efd68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd68f Color CSS Codes

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

#efd68f Text Font Color

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

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


#efd68f Background Color

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

This div background color is #efd68f


#efd68f Border Color

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

This div border color is #efd68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd68f


Comments

No comments written yet.

Please login to write comment.