Color Hex Logo

#efdf6a Color Hex

#EFDF6A
(239,223,106)
0 Favorites   0 Comments

Color spaces of #efdf6a

RGB 239223106
HSL0.150.810.68
HSV53°56°94°
CMYK 0.000.070.56   0.06
XYZ64.585872.166724.1612
Yxy72.16670.40140.4485
Hunter Lab84.9510-12.955842.6028
CIE-Lab88.0488-8.907858.3115

#efdf6a color RGB value is (239,223,106).

#efdf6a hex color red value is 239, green value is 223 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #efdf6a hue: 0.15 , saturation: 0.81 and the lightness value of efdf6a is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011111 01101010
Octal 357 337 152
Decimal 239 223 106
Hex EF DF 6A

RGB Percentages of Color #efdf6a

%42.08
%39.26
%18.66

CMYK Percentages of Color #efdf6a

%0
%7
%56
%6

Triadic Colors of #efdf6a

#efdf6a #6aefdf #df6aef

Analogous Colors of #efdf6a

#efdf6a #bdef6a #ef9d6a

Monochromatic Colors of #efdf6a

#efdf6a

Complementary Color

#efdf6a #6a7aef

#efdf6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdf6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdf6a Color CSS Codes

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

#efdf6a Text Font Color

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

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


#efdf6a Background Color

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

This div background color is #efdf6a


#efdf6a Border Color

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

This div border color is #efdf6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdf6a


Comments

No comments written yet.

Please login to write comment.