Color Hex Logo

#efef6d Color Hex

#EFEF6D
(239,239,109)
0 Favorites   0 Comments

Color spaces of #efef6d

RGB 239239109
HSL0.170.800.68
HSV60°54°94°
CMYK 0.000.000.54   0.06
XYZ69.223481.187926.4904
Yxy81.18790.39130.4589
Hunter Lab90.1043-20.548545.6419
CIE-Lab92.2152-16.587661.7229

#efef6d color RGB value is (239,239,109).

#efef6d hex color red value is 239, green value is 239 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #efef6d hue: 0.17 , saturation: 0.80 and the lightness value of efef6d is 0.68.

The process color (four color CMYK) of #efef6d color hex is 0.00, 0.00, 0.54, 0.06. Web safe color of #efef6d is #ffff66. Color #efef6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101111 01101101
Octal 357 357 155
Decimal 239 239 109
Hex EF EF 6D

RGB Percentages of Color #efef6d

%40.72
%40.72
%18.57

CMYK Percentages of Color #efef6d

%0
%0
%54
%6

Triadic Colors of #efef6d

#efef6d #6defef #ef6def

Analogous Colors of #efef6d

#efef6d #aeef6d #efae6d

Monochromatic Colors of #efef6d

#efef6d

Complementary Color

#efef6d #6d6def

#efef6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efef6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efef6d Color CSS Codes

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

#efef6d Text Font Color

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

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


#efef6d Background Color

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

This div background color is #efef6d


#efef6d Border Color

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

This div border color is #efef6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efef6d


Comments

No comments written yet.

Please login to write comment.